mIRC Home    About    Download    Register    News    Help

Print Thread
#114145 12/03/05 06:12 PM
Joined: Aug 2004
Posts: 44
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2004
Posts: 44
If i was to get kicked out of a channel how can i make it so that i return to the channel automatic with a reply something like ex: thats it show your power

#114146 12/03/05 06:15 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
That message will just annoy ops and likely get you banned instead. You can automatically rejoin channels once kicked via ALT+O > IRC and check the box saying "Rejoin channels when kicked".

You may also like to see /help ON KICK.

Regards,


Mentality/Chris
#114147 12/03/05 10:03 PM
Joined: Aug 2004
Posts: 44
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2004
Posts: 44
Yeah I understand what your saying but it was for use in my own channel us ops like to kick each other from time to time when we are bored but I know what your saying

#114148 12/03/05 11:07 PM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
on @*:kick:#:{
set %chan $chan
timer 1 5 msg %chan blah blah blah
}

#114149 13/03/05 12:47 AM
Joined: Aug 2004
Posts: 44
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2004
Posts: 44
thanx for the help

#114150 13/03/05 02:25 AM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
this is based on the assumption youa rent deoped
prior to being kicked
and that you took the advice to use the auto rejoin
and that you do so before 5 seconds

#114151 13/03/05 12:34 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
If it is just for your own channel then I suggest you specify the channel name in the event:

on @*:kick:#channel:{

P.S. This negates the /set line.
P.P.S. If you don't want to see the time message use .timer.

Regards,


Mentality/Chris
#114152 14/03/05 11:45 AM
Joined: Jul 2003
Posts: 37
P
Ameglian cow
Offline
Ameglian cow
P
Joined: Jul 2003
Posts: 37
As an extra twist you might like, put a selection of comments in a text file in your mirc folder. eg in booya.txt
thats it show your power
so you can kick, big deal
wait til i get my @ back


then use

Code:
on @*:kick:#channel:{
timer 1 5 msg $chan $read(booya.txt) 
}


to pick a random responce from the .txt file
( keeping Mentality's ps & pps in mind cool )


Link Copied to Clipboard