Page 1 of 1

Linking / Relay Request

Posted: Thu Mar 26, 2015 3:44 am
by swfebrinaldi
Is it possible to make new command to particularly network number. Let say We linking with irc server1 (network1) and irc server2 (network2). Example When we try to make new command

!test = network1>/msg nickX $1-

Even the command is from other people in network2.

Re: Linking / Relay Request

Posted: Thu Mar 26, 2015 10:30 am
by Indy
You could do that if you write your command in Lua script.

Re: Linking / Relay Request

Posted: Sat Mar 28, 2015 2:24 pm
by swfebrinaldi
Could you please give me 1 simple example of Lua script that we can use on v5 and how to put it on the bot..

Re: Linking / Relay Request

Posted: Sat Mar 28, 2015 2:29 pm
by Indy
I guess you didn't visit the wiki :) There is an example on the Lua plugin page at http://wiki.shoutirc.com/index.php/Plugin:Lua

Just change netno in SendPM to the network number you want to send the message to.