diff options
author | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
commit | c38b6392c5956628f51faaa6085367dd32199e61 (patch) | |
tree | 8933d0997016756b15e10a7ad88a5d51c04d841e /src/bots.cpp | |
parent | ee387569821b45581063f6bc349cccc643f9a293 (diff) |
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index 1f3f29009..b77031c00 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -111,11 +111,6 @@ BotInfo::~BotInfo() } } -void BotInfo::SetIdent(const Anope::string &sident) -{ - this->ident = sident; -} - void BotInfo::SetNewNick(const Anope::string &newnick) { UserListByNick.erase(this->nick); |