]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated README
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Fri, 9 Jul 2010 09:02:50 +0000 (02:02 -0700)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Fri, 9 Jul 2010 09:02:50 +0000 (02:02 -0700)
plugins/Irc/README

index f3d18977794268b10f8a7f31286c1055f686cc39..bed57e1e4580a7b314545aee68197c4242e3ba80 100644 (file)
@@ -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')
 ));