Author Topic: Interserver chat with ARSSE and IRC  (Read 1550 times)

0 Members and 1 Guest are viewing this topic.

Offline Stuffy

  • Soldier
  • **
  • Posts: 182
  • Very stuffy.
    • Climb-Zone Forum
Interserver chat with ARSSE and IRC
« on: October 29, 2009, 05:00:00 pm »
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_tutorial

This "script" is done by Shoozza

you need to paste this into the scripts in the folder arsse/scripts

Heres the code:

Code: [Select]
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
« Last Edit: February 01, 2010, 11:43:04 am by Stuffy »
The truth is out there? Does anyone know the URL?
The URL is here

Offline Furai

  • Administrator
  • Veteran
  • *****
  • Posts: 1908
    • TransHuman Design
Re: Interserver chat with ARSSE and IRC
« Reply #1 on: October 30, 2009, 01:27:03 am »
No that I'm copyright maker but did you ask Shoozza whether you could post his programme on this forum?
"My senses are so powerful that I can hear the blood pumping through your veins."

Offline Stuffy

  • Soldier
  • **
  • Posts: 182
  • Very stuffy.
    • Climb-Zone Forum
Re: Interserver chat with ARSSE and IRC
« Reply #2 on: October 30, 2009, 04:51:30 am »
Yes of course I do, he says I should put this into here.
The truth is out there? Does anyone know the URL?
The URL is here