aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDahlia Trimble2009-01-18 10:50:53 +0000
committerDahlia Trimble2009-01-18 10:50:53 +0000
commit37b63636eecabe3569f09781f4bb5b319cd85e24 (patch)
treea9f816b731d20d7083f67c07d3ed970b79ef21b6 /bin
parentGetting rid of the CheckRegion call during TPs. This seems to be not just use... (diff)
downloadopensim-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.example2
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