From 9a17bc58a6b97cab8f3e96e7bd3802ca761dfe52 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 19 Oct 2007 21:36:58 +0000 Subject: enable IRC bridge via runtime configuration --- bin/OpenSim.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/OpenSim.ini') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 118c261..cac063a 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -39,4 +39,11 @@ user_recv_key = "null" asset_server_url = "http://127.0.0.1:8003" +; Uncomment the following for IRC bridge +; experimental, so if it breaks... keep both parts... yada yada +; also, not good error detection when it fails +;[IRC] +;server = name.of.irc.server.on.the.net +;nick = OpenSimBotNameProbablyMakeThisShorter +;channel = #the_irc_channel_you_want_to_connect_to -- cgit v1.1