mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 11:06:39 +02:00
a557bc50d7
- [Module coders] Added new function: do_cmd(cptr, sptr, cmd, parc, parv) which is an uniform method to call any other commands. For more info, see description in src/parcket.c. This will be used for any further modulization of commands that need to call other commands, like NICK (will be done soon).