mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:46:39 +02:00
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user