diff options
author | Adam <Adam@anope.org> | 2012-04-24 16:02:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-04-24 16:02:07 -0400 |
commit | 2370c16f1e9d395e47fc8963b1c301dff160c547 (patch) | |
tree | d9b6f05ed77a5201835f7a5d7449c62b74e9fa60 /modules/pseudoclients/botserv.cpp | |
parent | 3d84dc91f6a3304e1efd791ee8241b20499b36fc (diff) |
Fixed build from the previous merge
Diffstat (limited to 'modules/pseudoclients/botserv.cpp')
-rw-r--r-- | modules/pseudoclients/botserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp index 8c7b08ae4..07006f8bf 100644 --- a/modules/pseudoclients/botserv.cpp +++ b/modules/pseudoclients/botserv.cpp @@ -203,7 +203,7 @@ class BotServCore : public Module { if (Config->BSSmartJoin && Name == CMODE_BAN && c->ci && c->ci->bi && c->FindUser(c->ci->bi)) { - const BotInfo *bi = c->ci->bi; + BotInfo *bi = c->ci->bi; Entry ban(CMODE_BAN, param); if (ban.Matches(bi)) |