From 760ece2595caa7a47205bd96e207e431a548f01d Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 4 Feb 2008 10:23:13 +0000 Subject: * Chat Message format patch from kinoc (#443) Thanks! --- bin/OpenSim.ini.example | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 55d261c..3bcbdd2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -18,10 +18,10 @@ physics = basicphysics ; *** Prim Storage - only leave one storage_plugin uncommented *** ; --- The NullStorage stores nothing - effectively disabling persistence: -; storage_plugin = "OpenSim.DataStore.NullStorage.dll" +storage_plugin = "OpenSim.DataStore.NullStorage.dll" ; --- To use sqlite as region storage: -storage_plugin = "OpenSim.Framework.Data.SQLite.dll" +;storage_plugin = "OpenSim.Framework.Data.SQLite.dll" storage_connection_string="URI=file:OpenSim.db,version=3"; ; --- To use MySQL storage, supply your own connectionstring (this is only an example): @@ -99,6 +99,15 @@ shout_distance = 100 ;server = name.of.irc.server.on.the.net ;nick = OpenSimBotNameProbablyMakeThisShorter ;channel = #the_irc_channel_you_want_to_connect_to +;port = 6667 +;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message +; must start with "PRIVMSG {0} : " or irc server will get upset +;for : : +;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}" +;for : - : +msgformat = "PRIVMSG {0} : {3} - {1} of {2}" +;for : - from : +;msgformat = "PRIVMSG {0} : {3} - from {1}" ; Uncomment the following to control the progression of daytime ; in the Sim. The defaults are what is shown below @@ -231,3 +240,4 @@ CompileWithDebugInformation=true ; Remove old scripts on next startup CleanUpOldScriptsOnStartup=true + -- cgit v1.1