Correction to "user" example config option for IRC
parent
86c753a6bd
commit
59a6dfbf5a
|
@ -604,7 +604,7 @@
|
||||||
;password = mypass
|
;password = mypass
|
||||||
;nick = OpenSimBotNameProbablyMakeThisShorter
|
;nick = OpenSimBotNameProbablyMakeThisShorter
|
||||||
;channel = #the_irc_channel_you_want_to_connect_to
|
;channel = #the_irc_channel_you_want_to_connect_to
|
||||||
;user = "OpenSimBot 8 * :I'm an OpenSim to IRC bot"
|
;user = "USER OpenSimBot 8 * :I'm an OpenSim to IRC bot"
|
||||||
;port = 6667
|
;port = 6667
|
||||||
;; channel to listen for configuration commands
|
;; channel to listen for configuration commands
|
||||||
;commands_enabled = false
|
;commands_enabled = false
|
||||||
|
|
Loading…
Reference in New Issue