diff options
author | Dahlia Trimble | 2009-01-18 10:50:53 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-01-18 10:50:53 +0000 |
commit | 37b63636eecabe3569f09781f4bb5b319cd85e24 (patch) | |
tree | a9f816b731d20d7083f67c07d3ed970b79ef21b6 /bin | |
parent | Getting rid of the CheckRegion call during TPs. This seems to be not just use... (diff) | |
download | opensim-SC_OLD-37b63636eecabe3569f09781f4bb5b319cd85e24.zip opensim-SC_OLD-37b63636eecabe3569f09781f4bb5b319cd85e24.tar.gz opensim-SC_OLD-37b63636eecabe3569f09781f4bb5b319cd85e24.tar.bz2 opensim-SC_OLD-37b63636eecabe3569f09781f4bb5b319cd85e24.tar.xz |
Added an optional password for the IRC module
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 05680ab..f202e18 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -512,6 +512,8 @@ InterregionComms = "RESTComms" | |||
512 | ;[IRC] | 512 | ;[IRC] |
513 | ;enabled = true ; you need to set this otherwise it won't connect | 513 | ;enabled = true ; you need to set this otherwise it won't connect |
514 | ;server = name.of.irc.server.on.the.net | 514 | ;server = name.of.irc.server.on.the.net |
515 | ;; user password - only use this if the server requires one | ||
516 | ;password = mypass | ||
515 | ;nick = OpenSimBotNameProbablyMakeThisShorter | 517 | ;nick = OpenSimBotNameProbablyMakeThisShorter |
516 | ;channel = #the_irc_channel_you_want_to_connect_to | 518 | ;channel = #the_irc_channel_you_want_to_connect_to |
517 | ;port = 6667 | 519 | ;port = 6667 |