Skip to content

Commit

Permalink
fixed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan committed Mar 21, 2010
1 parent 4ae6eba commit b759192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscripts/plugins/ircbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
config = {
'Main': {
'enable': 'yes',
'part_message': 'XSBS - eXtensible SauerBraten Server',
'part_message': 'XSBS - eXtensible SauerBraten Server'
},
'Connection': {
'server': 'irc.gamesurge.net',
'port': '6667',
'nickname': 'xsbs-newbot',
'channel': '#xsbs-newserver'
'channel': '#xsbs-newserver',
'ipaddress': '0',
},
'Features': {
Expand Down

0 comments on commit b759192

Please sign in to comment.