Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;RAWS
- ;Thanks err0r, extremity, Exploiter, and p0d for all the help
- raw *:*: {
- if (%raw == on) {
- if (!$window(raws)) { window @raws }
- echo -t @raws =========================
- echo -t @raws Number: $numeric
- echo -t @raws RawMsg: $rawmsg
- echo -t @raws Params: $1-
- echo -t @raws
- }
- if ($gettok($rawmsg,2,32) isin 002 003 004 005 251 265 329 353 366 422 914) { halt }
- elseif ($numeric == 403) {
- CREATE $2
- halt
- }
- elseif ($numeric == 801) {
- echo -t $2 5Added $3 to access for $4
- halt
- }
- if ($numeric == 803) { halt }
- if ($numeric == 804) { halt }
- if ($numeric == 805) { halt }
- if ($numeric == 332) {
- echo $chan 3* Topic : $bcnstrip($1-)
- haltdef
- }
- elseif ($numeric == 821) {
- var %n $mid($gettok($rawmsg,1,33),2-)
- echo -t $1 7 %n has returned.
- cline -m 2 $1 %n
- halt
- }
- elseif ($numeric == 822) {
- var %n $mid($gettok($rawmsg,1,33),2-)
- echo -t $1 7 %n is away: $2-
- cline -m 12 $1 %n
- halt
- }
- if ($numeric == 818) {
- if ($3 == OWNERKEY) { hadd qKey $2 $4 }
- elseif ($3 == HOSTKEY) { hadd oKey $2 $4 }
- elseif ($3 == PUID) { profiles $2 $4 }
- }
- elseif ($2 == PID) { profiles $3 $4 }
- if ($numeric == 999) {
- var %i $scon(0)
- while (%i) {
- scon %i
- if ($chan(0) < 11) {
- join %lastjoin
- halt
- }
- dec %i
- }
- server -m %s -j %lastjoin
- halt
- }
- }
Add Comment
Please, Sign In to add comment