mIRC Home    About    Download    Register    News    Help

Print Thread
#130138 13/09/05 10:33 AM
Joined: May 2005
Posts: 106
S
Vogon poet
OP Offline
Vogon poet
S
Joined: May 2005
Posts: 106
yes i need help AGAIN

ok i got this

5hugs 12¸ø,¸¸,ø¤°`°4 Emily 12¤ø,¸¸,ø4 Madam_Hooch 12,¸¸,ø¤°`°4 Theodwyn 12`°¤ø,¸¸,ø¤°`°°4 12`°¤ø,¸¸,ø¤°`°,ø¤°`° 4 12¤ø,¸¸,ø4 Emily 12¤ø,¸¸,ø4 Madam_Hooch 12,¸¸,ø¤°`°4 Theodwyn 12`°¤ø,¸¸,ø¤°`°°4 12`°¤ø,¸¸,ø¤°`°,ø¤°`° 4 12¤ø,¸¸,ø

but i need to type in the names is there a way i can select three nicknames and it popups in that order????? if so please help


and thats the way the scout leader burns
#130139 13/09/05 11:09 AM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
If you want to select the nicks in nicklist:

add this as one line to popups for nicklist (alt-p then select Nick list in View)

hug:var %rep = 12¤ø,¸¸,ø4 | describe $chan 5hugs 12¸ø,¸¸,ø¤°`°4 $replace($$snicks,$chr(44),%rep) 12¤ø,¸.

$snicks contains the selected nicknames separated by commas. The above script replaces those commans with the value of the variable %rep and appends something before and after that list. This adapts to the number of selected nicks too, but don't select too many or it won't fit on one line anymore...

#130140 13/09/05 03:51 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
I guess its all depending what you want from it.
this will "fill in" nick 2 and 3 if you only send one nick to the alias
Code:
whoophug {
  var %nick2 = $2
  var %nick3 = $3
  var %leftcolor = 1,112¸09,10+08°07´04°06+13,06¸04¸07,08+10°09´12
  var %rightcolor = 9,1´10°08+07,04¸06¸13,06+04°07´08°10+09,
  msg $active $+(%leftcolor,$$1,%rightcolor) $+ $iif(%nick2,$+(%leftcolor,%nick2,%rightcolor),$+(%leftcolor,#,%rightcolor)) $+ $iif(%nick3,$+(%leftcolor,%nick3,%rightcolor),$+(%leftcolor,$$1,%rightcolor))
}

note that it is an alias
usage:
/whoophug name
/whoophug name name
/whoophug name name name

#130141 14/09/05 09:35 AM
Joined: May 2005
Posts: 106
S
Vogon poet
OP Offline
Vogon poet
S
Joined: May 2005
Posts: 106
i don't understand either of you guys but thnxs for your help anyways


and thats the way the scout leader burns

Link Copied to Clipboard