Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
+h
Forums
Active Threads
Search
Who's Online
Help
Print Thread
+h
#
41952
15/08/03
05:47 AM
M
MTech
MTech
M
whats the event for mode +h on a nick? and whats the $thingy for the nick that it happens to?
Copy Link to Clipboard
Re: +h
#
41953
15/08/03
05:53 AM
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
S
sparta
Hoopy frood
sparta
Hoopy frood
S
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
+h as in "helper" ?
Copy Link to Clipboard
Re: +h
#
41954
15/08/03
05:56 AM
M
MTech
MTech
M
like +o +h +v
Copy Link to Clipboard
Re: +h
#
41955
15/08/03
05:59 AM
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
S
sparta
Hoopy frood
sparta
Hoopy frood
S
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
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:
Copy Link to Clipboard
Re: +h
#
41956
15/08/03
06:03 AM
M
MTech
MTech
M
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
}
Copy Link to Clipboard
Re: +h
#
41957
15/08/03
06:06 AM
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
S
sparta
Hoopy frood
sparta
Hoopy frood
S
Joined:
Feb 2003
Posts: 3,412
Sweden/Borlänge
sorry cant help you, im not on any network that using that flag so i never tryed to figure it out :tongue:
Copy Link to Clipboard
Re: +h
#
41958
15/08/03
06:38 AM
P
pheonix
pheonix
P
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
.
Copy Link to Clipboard
Re: +h
#
41959
15/08/03
06:42 AM
Joined:
May 2003
Posts: 215
Australia
L
lammkott
Fjord artisan
lammkott
Fjord artisan
L
Joined:
May 2003
Posts: 215
Australia
I think you're looking for
on HELP
and
on DEHELP
, also the identifier
$hnick
Copy Link to Clipboard
Re: +h
#
41960
15/08/03
12:12 PM
M
MTech
MTech
M
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
.
Copy Link to Clipboard
Re: +h
#
41961
15/08/03
12:16 PM
P
pheonix
pheonix
P
/timer <amount of times> $r(4,10)
Copy Link to Clipboard
Re: +h
#
41962
15/08/03
12:26 PM
M
MTech
MTech
M
i cant find help with $r...lol somone needs to update the help file =.=
Copy Link to Clipboard
Re: +h
#
41963
15/08/03
12:30 PM
P
pheonix
pheonix
P
$r = $rand
Copy Link to Clipboard
Re: +h
#
41964
15/08/03
12:37 PM
M
MTech
MTech
M
oh...ty
Copy Link to Clipboard
Re: +h
#
41965
15/08/03
12:38 PM
P
pheonix
pheonix
P
np
Copy Link to Clipboard
Re: +h
#
41966
15/08/03
08:18 PM
Joined:
Jan 2003
Posts: 2,973
New Hampshire, USA
K
KingTomato
Hoopy frood
KingTomato
Hoopy frood
K
Joined:
Jan 2003
Posts: 2,973
New Hampshire, USA
/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
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage