From 37b63636eecabe3569f09781f4bb5b319cd85e24 Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Sun, 18 Jan 2009 10:50:53 +0000 Subject: Added an optional password for the IRC module --- bin/OpenSim.ini.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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" ;[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 -- cgit v1.1