summaryrefslogtreecommitdiff
path: root/include
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
parent17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff)
Removed /bs set msg
Diffstat (limited to 'include')
-rw-r--r--include/commands.h4
-rw-r--r--include/services.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/include/commands.h b/include/commands.h
index 02a89f416..271e9c551 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -52,12 +52,8 @@ struct CoreExport CommandSource
/* The permission of the command being executed */
Anope::string permission;
- std::list<Anope::string> reply;
-
void Reply(const char *message, ...);
void Reply(const Anope::string &message);
-
- void DoReply();
};
/** Every services command is a class, inheriting from Command.
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
};