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
User Control Templates
2 sec ago
Untitled
Lua | 3 sec ago
Untitled
C# | 5 sec ago
Untitled
6 sec ago
Untitled
6 sec ago
Untitled
8 sec ago
Untitled
10 sec ago
Untitled
12 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None
| Size: 0.26 KB | Hits: 52 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
alias global {
var %i = 1, %chans
while ($chan(%i)) {
if (!$istok(#irchelp #msl #rshelp #XENbnc #support #mIRC #swiftswitch #swiftirc #help #idle #BNC,$v1,32)) %chans = $addtok(%chans,$chan(%i),44)
inc %i
}
msg %chans 4[Global04] $1-
}
create new paste
|
create new version of this paste
RAW Paste Data
alias global { var %i = 1, %chans while ($chan(%i)) { if (!$istok(#irchelp #msl #rshelp #XENbnc #support #mIRC #swiftswitch #swiftirc #help #idle #BNC,$v1,32)) %chans = $addtok(%chans,$chan(%i),44) inc %i } msg %chans 4[Global04] $1- }