What does these script do?It allows the players of 2 Servers to chat with the players on the other server and chat people on the IRC-Channel to chat with the people on the server. It uses Arsse and IRC for that.
Requirements:You need the latest version of ARSSE,
http://arsse.u13.net/download/and an own IRC-Channel
http://wiki.soldat.nl/IRC_tutorialThis "script" is done by Shoozza
you need to paste this into the scripts in the folder arsse/scripts
Heres the code:
Both ircbots need to be in the same irc server and channel and need to know the OTHERSERVER_TABNAME.
Messages from ingame can be sent with "!msg text" and from the irc channel with "!say text"
OnData.txt
if $DATA <> /say An admin was requested
if $DATA <> REFRESH
if $DATA <> REFRESHX
if $DATA = *[*] !msg*
if $DATA <> /say*(OTHERSERVER_TABNAME)*
IRCmsg ($SERVER_NAME) $DATA
endif
endif
endif
endif
endif
OnIRCMessage.txt (need to create)
if $MESSAGE = !say*
/say [$SENDER_NAME] $MESSAGE
endif
if $MESSAGE=(OTHERSERVER_TABNAME)*
/say $MESSAGE
endif