pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
FREE Watch Geordie Shor...
9 sec ago
Untitled
4 sec ago
Untitled
9 sec ago
Calcolo fattoriale - Bo...
PHP | 15 sec ago
Untitled
15 sec ago
Yume avi
17 sec ago
How to make a cross bro...
17 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 20th, 2010 | Syntax:
None
| Size: 0.18 KB | Hits: 80 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
highlight command /hl
alias hl {
var %i 1
while (%i <= $nick($chan,0)) {
var %k = %k $+ $chr(44) $nick($chan,%i)
inc %i
}
if (%k) { msg $chan $right(%k,-1) }
}
create new paste
|
create new version of this paste
RAW Paste Data
highlight command /hl alias hl { var %i 1 while (%i <= $nick($chan,0)) { var %k = %k $+ $chr(44) $nick($chan,%i) inc %i } if (%k) { msg $chan $right(%k,-1) } }