diff options
author | Adam <Adam@anope.org> | 2011-08-12 03:13:56 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-12 03:13:56 -0400 |
commit | feee50e6959171123773417caab73ecad3af824b (patch) | |
tree | db23ef04c56f0552e1876e9d9a75d1b3142bca3b /src/init.cpp | |
parent | 54710a782b49f01a868987227e9b8748d28834cb (diff) |
Allow bot usermodes to be configurable
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 721b6aa8e..0a218f099 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -27,7 +27,7 @@ void introduce_user(const Anope::string &user) User *u = finduser(user); if (u) { - ircdproto->SendClientIntroduction(u, ircd->pseudoclient_mode); + ircdproto->SendClientIntroduction(u); BotInfo *bi = findbot(u->nick); if (bi) |