Skip to content

Commit

Permalink
Add 'username' parameter for IRC identity to config template
Browse files Browse the repository at this point in the history
This documents the added functionality from errbotio#256
  • Loading branch information
Nick Groenen committed Jun 24, 2014
1 parent a3b8451 commit eca9467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errbot/config-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# 'username' : 'errbot',
# 'password' : 'changeme',


## IRC mode (Comment the others above if using this mode)
# 'nickname' : 'err-chatbot',
# 'username' : 'err-chatbot', # optional, defaults to nickname if omitted
# 'password' : None, # optional
# 'server' : 'irc.freenode.net',
# 'port': 6667, # optional
Expand Down

0 comments on commit eca9467

Please sign in to comment.