From 19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 3 Sep 2011 00:17:01 -0400 Subject: Removed /bs set msg --- include/services.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/services.h') diff --git a/include/services.h b/include/services.h index 5b5cf46bb..84776d064 100644 --- a/include/services.h +++ b/include/services.h @@ -670,12 +670,6 @@ enum BotServFlag BS_KICK_ITALICS, /* BotServ kicks for amsgs */ BS_KICK_AMSGS, - /* Send fantasy replies back to the channel via PRIVMSG */ - BS_MSG_PRIVMSG, - /* Send fantasy replies back to the channel via NOTICE */ - BS_MSG_NOTICE, - /* Send fantasy replies back to the channel via NOTICE to ops */ - BS_MSG_NOTICEOPS, BS_END }; -- cgit