diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 879643caf..89f6f1e0a 100644 --- a/include/extern.h +++ b/include/extern.h @@ -61,7 +61,7 @@ E void get_channel_stats(long *nrec, long *memuse); E Channel *findchan(const Anope::string &chan); -E void ChanSetInternalModes(Channel *c, int ac, const char **av); +E void ChanSetInternalModes(Channel *c, int ac, const char **av, User *setter = NULL); /* this is dieing soon anyway */ E User *nc_on_chan(Channel *c, const NickCore *nc); |