diff options
Diffstat (limited to 'src/botserv.c')
-rw-r--r-- | src/botserv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/botserv.c b/src/botserv.c index 682bb33a6..556994b0e 100644 --- a/src/botserv.c +++ b/src/botserv.c @@ -93,8 +93,6 @@ void botserv(User * u, char *buf) s = ""; } anope_cmd_ctcp(s_BotServ, u->nick, "PING %s", s); - } else if (skeleton) { - notice_lang(s_BotServ, u, SERVICE_OFFLINE, s_BotServ); } else { mod_run_cmd(s_BotServ, u, BOTSERV, cmd); } |