summaryrefslogtreecommitdiff
path: root/src/bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bots.cpp')
-rw-r--r--src/bots.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bots.cpp b/src/bots.cpp
index 4f3ed76c9..254e987a1 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -111,6 +111,10 @@ BotInfo::~BotInfo()
}
}
+void BotInfo::SetIdent(const Anope::string &sident)
+{
+ this->ident = sident;
+}
void BotInfo::SetNewNick(const Anope::string &newnick)
{