diff options
author | Dr Scofield | 2008-05-26 11:56:04 +0000 |
---|---|---|
committer | Dr Scofield | 2008-05-26 11:56:04 +0000 |
commit | 42cdf3c240a9cba283fe12576b889e8b46f7b3ce (patch) | |
tree | d5d67f328a4d4ec7c27a949a053f0b6d6c2c8400 /bin | |
parent | * Minor: method documentation fiddling in SceneObjectGroup (diff) | |
download | opensim-SC_OLD-42cdf3c240a9cba283fe12576b889e8b46f7b3ce.zip opensim-SC_OLD-42cdf3c240a9cba283fe12576b889e8b46f7b3ce.tar.gz opensim-SC_OLD-42cdf3c240a9cba283fe12576b889e8b46f7b3ce.tar.bz2 opensim-SC_OLD-42cdf3c240a9cba283fe12576b889e8b46f7b3ce.tar.xz |
Adding OnChatBroadcast event logic to EventManager providing
a clean interface for Sim broadcasts. Added SimBroadcast support to
ChatModule.
Removing all code from IRCBridgeModule dealing with agent/client directly.
Cleaning up ChatModule.
Polishing IRC messages, adding support for "/me" (both directions).
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9da98b6..817441d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -292,6 +292,7 @@ enabled = false | |||
292 | ;nick = OpenSimBotNameProbablyMakeThisShorter | 292 | ;nick = OpenSimBotNameProbablyMakeThisShorter |
293 | ;channel = #the_irc_channel_you_want_to_connect_to | 293 | ;channel = #the_irc_channel_you_want_to_connect_to |
294 | ;port = 6667 | 294 | ;port = 6667 |
295 | ;fallback_region = name of "default" region | ||
295 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message | 296 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message |
296 | ; must start with "PRIVMSG {0} : " or irc server will get upset | 297 | ; must start with "PRIVMSG {0} : " or irc server will get upset |
297 | ;for <bot>:<user in region> :<message> | 298 | ;for <bot>:<user in region> :<message> |