1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 01:43:13 +02:00

Lots of changes again. Most notable: Cmdoverride -> CommandOverride,

including things like CallCmdoverride() to CallCommandOverride().
Type changes like aTKline -> TKL and many more (in particular
aSomething to Something etc. such as aWatch to Watch) but these are
less used by 3rd party module coders.
This commit is contained in:
Bram Matthys
2019-09-11 10:18:09 +02:00
parent f55682cbaa
commit 2a5ea10453
33 changed files with 304 additions and 306 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ ConfigItem_help *Find_Help(char *command)
int parse_help(Client *sptr, char *name, char *help)
{
ConfigItem_help *helpitem;
aMotdLine *text;
MOTDLine *text;
if (BadPtr(help))
{
helpitem = Find_Help(NULL);