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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user