mIRC Home    About    Download    Register    News    Help

Print Thread
#41952 15/08/03 05:47 AM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
whats the event for mode +h on a nick? and whats the $thingy for the nick that it happens to?

#41953 15/08/03 05:53 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
+h as in "helper" ? smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41954 15/08/03 05:56 AM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
like +o +h +v

#41955 15/08/03 05:59 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
dont know that flag, what do it do?? if ($nick isop) = op
if ($nick isvo) = voice.. but never heard about +h ? thats half op or somthing? :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41956 15/08/03 06:03 AM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
its halfop i dont see a $halfop or whateverand i dont know the 'on event' for it

on *:VOICE:#: {
if ($vnick == $me) && (*Serv !iswm $nick) && (*.*.* !iswm $nick) .timer 1 5 /msg $chan ty $nick
}
on *:OP:#: {
if ($opnick == $me) && (*Serv !iswm $nick) && (*.*.* !iswm $nick) .timer 1 5 /msg $chan ty $nick
}

#41957 15/08/03 06:06 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
sorry cant help you, im not on any network that using that flag so i never tryed to figure it out :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41958 15/08/03 06:38 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:HELP:#:{
echo -a $hnick just got given half-op :-)
}
on *:DEHELP:#:{
echo -a $hnick just got they're half-op taken away :-(
}

Last edited by pheonix; 15/08/03 06:41 AM.

new username: tidy_trax
#41959 15/08/03 06:42 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
I think you're looking for on HELP and on DEHELP, also the identifier $hnick


- Jason
#41960 15/08/03 12:12 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
on help? thats weird... how can i set a timer to pick a number randomly from say 4 - 10 seconds?

Last edited by MTech; 15/08/03 12:14 PM.
#41961 15/08/03 12:16 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
/timer <amount of times> $r(4,10)


new username: tidy_trax
#41962 15/08/03 12:26 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
i cant find help with $r...lol somone needs to update the help file =.=

#41963 15/08/03 12:30 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
$r = $rand


new username: tidy_trax
#41964 15/08/03 12:37 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
oh...ty smile

#41965 15/08/03 12:38 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
np grin


new username: tidy_trax
#41966 15/08/03 08:18 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/timer <amount of times> $r(4,10)

that pck a random number only the first time. if a want a net number each iteration, use $!rand or $!r


-KingTomato

Link Copied to Clipboard