From eb78ac343e68d36a84fdc7fec47797233699cccc Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 17 Aug 2009 19:48:32 +0100 Subject: Apply http://opensimulator.org/mantis/view.php?id=3538 Add ability to silence IRC relay of region joins and quits from certain users This is useful for admins who wish to remain hidden, or service bots. Thanks RemedyTomm --- bin/OpenSim.ini.example | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 166f2c6..9a17c58 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -679,16 +679,21 @@ ;relay_chat = true ;access_password = foobar - ;fallback_region = name of "default" region - ;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}" - + ;;fallback_region = name of "default" region + ;;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}" + + ;; exclude_list allows you to stop the IRC connector from announcing the + ;;arrival and departure of certain users. For example: admins, bots. + + ;exclude_list=User 1,User 2,User 3 + ;[CMS] ;enabled = true -- cgit v1.1