diff --git a/logbot.py b/logbot.py index 936b61a..f44817b 100755 --- a/logbot.py +++ b/logbot.py @@ -93,16 +93,16 @@ DEFAULT_TIMEZONE = 'UTC' default_format = { "help" : HELP_MESSAGE, - "action" : '* %user% %message%', - "join" : '-!- %user% [%host%] 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%', - "pubmsg" : '<%user%> %message%', - "pubnotice" : '-%user%:%channel%- %message%', - "quit" : '-!- %user% has quit [%message%]', - "topic" : '%user% changed topic of %channel% to: %message%', + "action" : '

%time% * %user% %message%

', + "join" : '

%time% -!- %user% [%host%] has joined %channel%

', + "kick" : '

%time% -!- %user% was kicked from %channel% by %kicker% [%reason%]

', + "mode" : '

%time% -!- mode/%channel% [%modes% %person%] by %giver%

', + "nick" : '

%time% %old% is now known as %new%

', + "part" : '

%time% -!- %user% [%host%] has parted %channel%

', + "pubmsg" : '

%time% <%user%> %message%

', + "pubnotice" : '

%time% -%user%:%channel%- %message%

', + "quit" : '

%time% -!- %user% has quit [%message%]

', + "topic" : '

%time% %user% changed topic of %channel% to: %message%

', } html_header = """ %title% +