Hello, it is possible put timer in this code?
on *:join:#:{
mode # +v $nick
}
I want to put a timer whith 5 seconds, the nick enter in the room and wait 5 seconds
A TG007 community discussion started by wizard1970.
Hello, it is possible put timer in this code?
on *:join:#:{
mode # +v $nick
}
I want to put a timer whith 5 seconds, the nick enter in the room and wait 5 seconds
/pvoice <delay> [#channel] <nickname> /pvoice 5 $chan $nick
yup /pop and /pvoice rule ![]()
Get information about ircWx here
or you could cheat lol like i did(a)
on *:JOIN:#: {
if ($level($nick) == Gagged) {
.timer 1 1 echo -a 1
.timer 1 2 echo -a 2
.timer 1 3 echo -a 3
mode # -v $nick
else { mode # +v $nick
}
}
}
raw 822:*: {
if ($level($nick) == Gagged) {
if ($len($1-) > 0) {
kick # $nick You are no longer allowed to participate in this conversation.(15min ban) (Even in away messeges)
}
}
}
ڲےΐяڲےpσσқşŧέя
Sign in to reply or start a new topic where your account has permission.