]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.c
Added oset to help.
[irc/evilnet/x3.git] / src / chanserv.c
index 275c1c21a58f2aa359f2005c8dfc251c33ffc006..084e20b411eff138df2d0e0153a2447f9c7c0d87 100644 (file)
@@ -5740,7 +5740,7 @@ static CHANSERV_FUNC(cmd_calc)
     do_math(response, unsplit_string(argv + 1, argc - 1, NULL));
 
     if(channel)
-        send_channel_message(channel, cmd->parent->bot, "%b%s%b: %s", user->nick, response);
+        send_channel_message(channel, cmd->parent->bot, "$b%s$b: %s", user->nick, response);
     else
         send_message_type(4, user, cmd->parent->bot, "%s", response);
     return 1;