summaryrefslogtreecommitdiff
path: root/include/commands.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/commands.h
parent17ea4ed8f5c4b08668223897c6de87dd3bdd598c (diff)
Removed /bs set msg
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h4
1 files changed, 0 insertions, 4 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.