Updated README
This commit is contained in:
parent
63107beb8c
commit
9080fdd56e
@ -12,12 +12,14 @@ See the StatusNet README for more about queuing and daemons.
|
|||||||
|
|
||||||
Settings
|
Settings
|
||||||
========
|
========
|
||||||
host*: => Hostname of IRC server
|
host*: Hostname of IRC server
|
||||||
port*: => Port of IRC server
|
port*: Port of IRC server
|
||||||
username*: => Username of bot
|
username*: Username of bot
|
||||||
realname*: => Real name of bot
|
realname*: Real name of bot
|
||||||
nick*: => Nickname of bot
|
nick*: Nickname of bot
|
||||||
password: Password
|
password: Password
|
||||||
|
nickservpassword: NickServ password for identification
|
||||||
|
channels: Channels for bot to idle in
|
||||||
transport: Set to 'ssl' to enable SSL
|
transport: Set to 'ssl' to enable SSL
|
||||||
encoding: Set to UTF8 to enable UTF8 encoding
|
encoding: Set to UTF8 to enable UTF8 encoding
|
||||||
|
|
||||||
@ -30,6 +32,7 @@ addPlugin('irc', array(
|
|||||||
'port' => '...',
|
'port' => '...',
|
||||||
'username' => '...',
|
'username' => '...',
|
||||||
'realname' => '...',
|
'realname' => '...',
|
||||||
'nick' => '...'
|
'nick' => '...',
|
||||||
|
'channels' => array('#channel1', '#channel2')
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user