diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:12 +0000 |
commit | 8d6828fb8f84431c50914fa9161c46bdfa67a384 (patch) | |
tree | 5afc7429ce42ad552432ace90453509610af2069 /include/extern.h | |
parent | 344187e10cb408b1e56913691db9ac3eb724bc67 (diff) |
Added cmd_szline() function to IRCDProtoNew class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1254 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index c8569d7b2..9c2bd34fe 100644 --- a/include/extern.h +++ b/include/extern.h @@ -623,7 +623,6 @@ E void pmodule_cmd_318(void (*func) (const char *source, const char *who)); E void pmodule_cmd_242(void (*func) (const char *buf)); E void pmodule_cmd_243(void (*func) (const char *buf)); E void pmodule_cmd_211(void (*func) (const char *buf)); -E void pmodule_cmd_szline(void (*func) (const char *mask, const char *reason, const char *whom)); E void pmodule_cmd_sgline(void (*func) (const char *mask, const char *reason)); E void pmodule_cmd_unban(void (*func) (const char *name, const char *nick)); E void pmodule_cmd_svsmode_chan(void (*func) (const char *name, const char *mode, const char *nick)); |