diff options
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 2179bd414..0de10f3cb 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1129,7 +1129,6 @@ E void anope_SendPart(const char *nick, const char *chan, const char *fmt, ...); E void anope_cmd_pass(const char *pass); /* PASS */ E void anope_SendPong(const char *servname, const char *who); /* PONG */ E void anope_cmd_protoctl(); /* PROTOCTL */ -E void anope_SendQuit(const char *source, const char *fmt, ...); /* QUIT */ E void anope_SendSGLine(const char *mask, const char *reason); /* SGLINE */ E void anope_SendSQLine(const char *mask, const char *reason); /* SQLINE */ E void anope_SendSZLine(const char *mask, const char *reason, const char *whom); /* SZLINE */ |