Added an optional password for the IRC module

This commit is contained in:
Dahlia Trimble
2009-01-18 10:50:53 +00:00
parent 1d8821ccb2
commit 37b63636ee
3 changed files with 15 additions and 1 deletions

View File

@@ -512,6 +512,8 @@ InterregionComms = "RESTComms"
;[IRC]
;enabled = true ; you need to set this otherwise it won't connect
;server = name.of.irc.server.on.the.net
;; user password - only use this if the server requires one
;password = mypass
;nick = OpenSimBotNameProbablyMakeThisShorter
;channel = #the_irc_channel_you_want_to_connect_to
;port = 6667