mIRC Home    About    Download    Register    News    Help

Print Thread
#123938 29/06/05 08:22 PM
Joined: Oct 2003
Posts: 10
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Oct 2003
Posts: 10
Hey guys !

Is there a way to auto invite someone on my channel, if he's on my notify list ?
He would enter without that invitation, but his ISP is banned(due to infinite bots & co from that ISP), so the invitation is a must.

If anyone of u can give me a hint, i'd greatly appreciate it. Thanx !

#123939 29/06/05 08:40 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
On *:Notify: {
  if ($nick == NickHere) { invite $nick #ChannelHere }
}


-Andy

#123940 01/07/05 01:27 AM
Joined: Oct 2003
Posts: 10
E
Pikka bird
OP Offline
Pikka bird
E
Joined: Oct 2003
Posts: 10
thank you ! smile


Link Copied to Clipboard