From 96d77971349e231c0147e155a331499e160746b3 Mon Sep 17 00:00:00 2001 From: Robby Date: Fri, 18 Sep 2015 05:25:20 +0200 Subject: Bold code 2 -> 002. --- modules/commands/bs_bot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/bs_bot.cpp') diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp index fc5f84863..017509f26 100644 --- a/modules/commands/bs_bot.cpp +++ b/modules/commands/bs_bot.cpp @@ -78,7 +78,7 @@ class CommandBSBot : public Command User *u = User::Find(nick, true); if (u) { - source.Reply(_("Nick \2%s\2 is currently in use."), u->nick.c_str()); + source.Reply(_("Nick \002%s\002 is currently in use."), u->nick.c_str()); return; } @@ -178,7 +178,7 @@ class CommandBSBot : public Command if (User::Find(nick, true)) { - source.Reply(_("Nick \2%s\2 is currently in use."), nick.c_str()); + source.Reply(_("Nick \002%s\002 is currently in use."), nick.c_str()); return; } } -- cgit