Hi everyone,<br><br>Can someone please explain me:<br>- how to enable IRC bridging and what exactly does what in that part? (See below at the ###--->)<br>- What the congierge part exactly does and how to use it? (Is this for auto-returning items?)<br>
<br>So far I understand in OpenSim.ini(.example):<br>;[IRC]<br>enabled = true ; you need to set this otherwise it won't connect<br>server  = <a href="http://myserver.net">myserver.net</a><br>nick    = OpenSimBotNameProbablyMakeThisShorter<br>
###---> Does this "bot" needs anything special?<br><br>channel = #the_irc_channel_you_want_to_connect_to<br>port = 6667<br>;; channel to listen for configuration commands<br>commands_enabled = false<br>;command_channel = 2777<br>
###---> What commands can be used or depends that on the bot/in-world script?<br><br>report_clients = true<br>;relay_private_channels = false<br>;relay_private_channel_in = 2226<br>;relay_private_channel_out = 2225<br>
relay_chat = true<br>;access_password = foobar<br>###---> This password is for ....?<br><br>fallback_region = Unlikely<br>;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message<br>; must start with "PRIVMSG {0} : " or irc server will get upset<br>
;for <bot>:<user in region> :<message><br>msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}"<br><br>And now for the congierge:<br>[Concierge]<br>; enable = true<br>enabled = false<br>; name of the concierge<br>
whoami = "jeeves"<br>; password for updating the welcome message templates via XmlRpc<br>password = SECRET<br>; regex specifying for which regions concierge service is desired; if<br>; empty, then for all<br>regions = "^MeetingSpace-"<br>
###---> Regions in the current instance I suspect, not cross-instances.<br><br>; for each region that matches the regions regexp you can provide<br>; (optionally) a welcome template using format substitution:<br>; {0} is replaced with the name of the avatar entering the region<br>
; {1} is replaced with the name of the region<br>; {2} is replaced with the name of the concierge (whoami variable above)<br>welcomes = /path/to/welcome/template/directory<br>###---> What are the requirements? Create an in-world "Jeeves" for my "Wooster"? Where can I find templates examples?<br>
<br>Thanks in advance!<br>Rhian<br>