1
0
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:
Robin Burchell w00t@inspircd.org
2008-10-03 17:37:45 +00:00
parent 69ed36bbf5
commit f09953561b
18 changed files with 104 additions and 103 deletions
+1 -1
View File
@@ -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);
}