From 4dcaaa55424b38dfd0d2164c6bad6e3a52911c97 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 3 Jul 2017 08:30:08 +0200 Subject: do not log host --- logbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logbot.py') diff --git a/logbot.py b/logbot.py index 37f46de..e98586c 100755 --- a/logbot.py +++ b/logbot.py @@ -94,11 +94,11 @@ DEFAULT_TIMEZONE = 'UTC' default_format = { "help" : HELP_MESSAGE, "action" : '* %user% %message%', - "join" : '-!- %user% [%host%] has joined %channel%', + "join" : '-!- %user% has joined %channel%', "kick" : '-!- %user% was kicked from %channel% by %kicker% [%reason%]', "mode" : '-!- mode/%channel% [%modes% %person%] by %giver%', "nick" : '%old% is now known as %new%', - "part" : '-!- %user% [%host%] has parted %channel%', + "part" : '-!- %user% has parted %channel%', "pubmsg" : '<%user%> %message%', "pubnotice" : '-%user%:%channel%- %message%', "quit" : '-!- %user% has quit [%message%]', -- cgit v1.2.3