summaryrefslogtreecommitdiff
path: root/plugins/Irc/README
diff options
context:
space:
mode:
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-09 02:02:50 -0700
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-09 02:02:50 -0700
commit9080fdd56ee63b6bff8636b9f4a81d96bc290547 (patch)
tree44032fd1a23d364704d1f9c1b73fda1f96f131a2 /plugins/Irc/README
parent63107beb8ce55dc52c6f97e382a314d14a4dc20d (diff)
Updated README
Diffstat (limited to 'plugins/Irc/README')
-rw-r--r--plugins/Irc/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/plugins/Irc/README b/plugins/Irc/README
index f3d189777..bed57e1e4 100644
--- a/plugins/Irc/README
+++ b/plugins/Irc/README
@@ -12,12 +12,14 @@ See the StatusNet README for more about queuing and daemons.
Settings
========
-host*: => Hostname of IRC server
-port*: => Port of IRC server
-username*: => Username of bot
-realname*: => Real name of bot
-nick*: => Nickname of bot
+host*: Hostname of IRC server
+port*: Port of IRC server
+username*: Username of bot
+realname*: Real name of bot
+nick*: Nickname of bot
password: Password
+nickservpassword: NickServ password for identification
+channels: Channels for bot to idle in
transport: Set to 'ssl' to enable SSL
encoding: Set to UTF8 to enable UTF8 encoding
@@ -30,6 +32,7 @@ addPlugin('irc', array(
'port' => '...',
'username' => '...',
'realname' => '...',
- 'nick' => '...'
+ 'nick' => '...',
+ 'channels' => array('#channel1', '#channel2')
));