X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/4b5782a413f1d46f1296962ac42031de316d36c8..e68922049562ad4755ef1852be9cdc67af455616:/src/opserv.c diff --git a/src/opserv.c b/src/opserv.c index 08c180c..f233c09 100644 --- a/src/opserv.c +++ b/src/opserv.c @@ -3343,9 +3343,9 @@ trace_print_func(struct userNode *match, void *extra) { struct discrim_and_source *das = extra; if (match->handle_info) { - send_message_type(4, das->source, opserv, "%s!%s@%s %s", match->nick, match->ident, match->hostname, match->handle_info->handle); + send_message_type(4, das->source, opserv, "%-15s\002!\002%15s\002@\002%s %s", match->nick, match->ident, match->hostname, match->handle_info->handle); } else { - send_message_type(4, das->source, opserv, "%s!%s@%s", match->nick, match->ident, match->hostname); + send_message_type(4, das->source, opserv, "%-15s\002!\002%15s\002@\002%s", match->nick, match->ident, match->hostname); } return 0; }