summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 999bbf515..5a75668ee 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -56,12 +56,6 @@ void anope_cmd_message(const char *source, const char *dest, const char *fmt, ..
ircdproto->SendMessage(bi, dest, buf);
}
-void anope_cmd_notice(const char *source, const char *dest, const char *msg)
-{
- BotInfo *bi = findbot(source);
- ircdproto->SendNotice(bi, dest, msg);
-}
-
void anope_cmd_action(const char *source, const char *dest, const char *fmt, ...)
{
va_list args;