X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b8daef0fa02170e5c13f36a4c12447ff494a4104..5073008fbecd2467eb6d601fe6af711a2a378914:/src/chanserv.c diff --git a/src/chanserv.c b/src/chanserv.c index 275c1c2..084e20b 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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;