mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 20:33:12 +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
@@ -370,7 +370,7 @@ int _do_join(Client *cptr, Client *sptr, int parc, char *parv[])
|
||||
char *name, *key = NULL;
|
||||
int i, flags = 0, ishold;
|
||||
char *p = NULL, *p2 = NULL;
|
||||
aTKline *tklban;
|
||||
TKL *tklban;
|
||||
int ntargets = 0;
|
||||
int maxtargets = max_targets_for_command("JOIN");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user