diff options
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); |