mirror of
https://github.com/anope/anope.git
synced 2026-07-09 03:23:13 +02:00
Merge commit 'cbx/anopeng-charfix' into anopeng
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1408 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -678,7 +678,7 @@ class RatboxProto : public IRCDTS6Proto
|
||||
{
|
||||
if (UseTS6) {
|
||||
BotInfo *bi = findbot(nick);
|
||||
ratbox_cmd_tmode(nick, chan, "%s %s", ircd->botchanumode, bi ? bi->uid : nick);
|
||||
ratbox_cmd_tmode(nick, chan, "%s %s", ircd->botchanumode, bi ? bi->uid.c_str() : nick);
|
||||
}
|
||||
else SendMode(findbot(nick), chan, "%s %s", ircd->botchanumode, nick);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user