PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

"Untitled" by Anonymous [Plain Text]

Actions:

Replies:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
;######################################
;##       CREDIT TO WIZ126
;######################################

 Alias BlockChans {
  ; Edit this list as you wish:
  return #mSL #IRChelp #Help #Support #Php #BNC
}
Alias Amsg.Tag {
  ; This is the amsg Tag, follow this example: (don't forget Ctrl+O at the end)
  ; return 3[4Ã7mšg3]
  return
}
Alias LoopChans {
  var %a $ComChan($me,0),%c,%e
  while (%a) {
    var %b $comchan($me,%a)
    if (!$istok($blockchans,%b,32)) {
      var %c $addtok(%c,%b,44)
      echo $color(info) %b * Amsg %b $+ : $iif(msg isin $1,$Amsg.Tag) $2-
    }
    if ($numtok(%c,44) == 20) {
      $1 %c $iif(msg isin $1,$Amsg.Tag) $2-
      var %d %c
      var %c
    }
    dec %a
  }
  if (%c) $1 %c $iif(msg isin $1,$Amsg.Tag) $2-
}

Alias amsg loopchans .msg $1-
Alias ame loopchans .describe $1-

Reply to This Paste

(leave blank to make this paste permanent)
(if set as private)