summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-09-03 00:17:01 -0400
committerAdam <Adam@anope.org>2011-09-10 02:05:56 -0400
commit19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (patch)
treee81fc3d3b0b1ed04a2762bd3156094d4196e304d /include/services.h
parent17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff)
Removed /bs set msg
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h6
1 files changed, 0 insertions, 6 deletions
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
};