hi,
I am trying tomake a script, which invites everyone who joins a channel, into a certain other channel.
Here is the script that that unforunately doesen't work:
bind join - "#skylords-intern *" metainvite
proc metainvite {nick host hand chan} {
if ($chan == "#skylords-intern"){
puthelp "PRIVMSG $chan : /invite $nick #colossus"
return 0
}
return 0
Could you please help me?
Thank You