Skip to content

Commit

Permalink
formatted some of the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan committed Mar 21, 2010
1 parent b759192 commit 744bc0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyscripts/plugins/ircbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
'irc_message': '${grey}${channel} ${blue}${name}${white}: ${message}',
'status_message': '${num_clients} clients on map ${map_name}',

'player_connect': '${magenta}${name}${white} connected',
'player_disconnect': '${magenta}${name}${white} disconnected',
'player_connect': '${blue}Connected: ${magenta}${name}${white} (${cn}) from ${yellow}Country',
'player_disconnect': '${blue}Disconnected: ${magenta}${name}${white}',
'message': '${magenta}${name}${white}: ${message}',
'map_change': 'map change: ${map}',
'map_change': '${blue}Map: ${magenta}${map} ${yellow}(${mode})',
'gain_admin': '${magenta}${name}${white} has claimed admin',
'gain_master': '${magenta}${name}${white} has claimed master',
'auth': '${magenta}${name}${white} has authenticated as ${authname}@sauerbraten.org',
Expand Down

0 comments on commit 744bc0c

Please sign in to comment.