diff options
Diffstat (limited to 'bin')
-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 |