diff options
author | Justin Clark-Casey (justincc) | 2009-08-17 19:48:32 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-08-17 19:48:32 +0100 |
commit | eb78ac343e68d36a84fdc7fec47797233699cccc (patch) | |
tree | 93e29213d4e32167566569186ea88b4c44fe20ae /bin/OpenSim.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-eb78ac343e68d36a84fdc7fec47797233699cccc.zip opensim-SC_OLD-eb78ac343e68d36a84fdc7fec47797233699cccc.tar.gz opensim-SC_OLD-eb78ac343e68d36a84fdc7fec47797233699cccc.tar.bz2 opensim-SC_OLD-eb78ac343e68d36a84fdc7fec47797233699cccc.tar.xz |
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
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 25 |
1 files changed, 15 insertions, 10 deletions
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 @@ | |||
679 | ;relay_chat = true | 679 | ;relay_chat = true |
680 | ;access_password = foobar | 680 | ;access_password = foobar |
681 | 681 | ||
682 | ;fallback_region = name of "default" region | 682 | ;;fallback_region = name of "default" region |
683 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message | 683 | ;;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message |
684 | ; must start with "PRIVMSG {0} : " or irc server will get upset | 684 | ;; must start with "PRIVMSG {0} : " or irc server will get upset |
685 | ;for <bot>:<user in region> :<message> | 685 | ;;for <bot>:<user in region> :<message> |
686 | ;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}" | 686 | ;;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}" |
687 | ;for <bot>:<message> - <user of region> : | 687 | ;;for <bot>:<message> - <user of region> : |
688 | msgformat = "PRIVMSG {0} : {3} - {1} of {2}" | 688 | ;msgformat = "PRIVMSG {0} : {3} - {1} of {2}" |
689 | ;for <bot>:<message> - from <user> : | 689 | ;;for <bot>:<message> - from <user> : |
690 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" | 690 | ;;msgformat = "PRIVMSG {0} : {3} - from {1}" |
691 | 691 | ||
692 | ;; exclude_list allows you to stop the IRC connector from announcing the | ||
693 | ;;arrival and departure of certain users. For example: admins, bots. | ||
694 | |||
695 | ;exclude_list=User 1,User 2,User 3 | ||
696 | |||
692 | 697 | ||
693 | ;[CMS] | 698 | ;[CMS] |
694 | ;enabled = true | 699 | ;enabled = true |