diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-04-24 17:18:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 20:55:38 -0400 |
commit | fa82890696c498f38643df7df6891434c91c9269 (patch) | |
tree | 4b28359e75c29825586e6b2394e5334e43ea074b /src/bots.cpp | |
parent | 2ba89de64d3b755f731f202dd97c48d256db8031 (diff) |
Moved Commands stuff to its own file and changed Command::name to be ci::string - Will be used after hashing system is rewritten
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index 37cd553d1..e663d9225 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -10,6 +10,7 @@ #include "services.h" #include "modules.h" +#include "commands.h" BotInfo::BotInfo(const std::string &nnick, const std::string &nuser, const std::string &nhost, const std::string &nreal) { |