glacier_rat

Glacier_Rat

Oct 3rd, 2010
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on $*:TEXT:/^[.!@](Topic|Pengs|Site|Rh|Fb|Ms|zybez|tipit|user|rs|req|rlb)/Si:#celestial_skillers,#celestial_skillers_staff: {
  2.   if ($me == Celestialskillersbot) {  
  3.     var %x $Regml(1)
  4.     if (%x == topic ) $iif(@* iswm $1,msg #,notice $nick) The topic is: $chan($chan).topic
  5.     if (%x == pengs) $iif(@* iswm $1,msg #,notice $nick) the penguin channel is #World60pengs which provides a list of current general locations
  6.     if (%x == site) $iif(@* iswm $1,msg #,notice $nick) our site is :  http://celestialskillers.proboards.com/index.cgi?
  7.     if (%x == rh) $iif(@* iswm $1,msg #,notice $nick) for a list of our members :  http://runehead.com/clans/ml.php?clan=brokenpeace
  8.     if (%x == fb) $iif(@* iswm $1,msg #,notice $nick) facebook is on http://facebook.com
  9.     if (%x == ms) $iif(@* iswm $1,msg #,notice $nick) mystapce is on http://myspace.com
  10.     if (%x == zybez) $iif(@* iswm $1,msg #,notice $nick) zybez is on http://zybez.net
  11.     if (%x == tipit) $iif(@* iswm $1,msg #,notice $nick) tip.it is on http://tip.it
  12.     if (%x == user) $iif(@* iswm $1,msg #,notice $nick) There are currently $nick($chan,0) in $chan || Ops: $nick($chan,0,o) || HalfOps: $nick($chan,0,h) || Voiced: $nick($chan,0,v) || Regular: $nick($chan,0,r)
  13.     if (%x == rs) $iif(@* iswm $1,msg #,notice $nick) runescape is on http://runescape.com
  14.     if ($1 == .rlb) { mode # -b $ibl($chan,1) }
  15.     if (%x == req ) {
  16.       if (!$2) {
  17.         notice $nick For specific requirements type, !Req Requirement, Example, !Reqs Gold. Requirement List: Gold - Silver - Bronze - Sergent - Corp - Recruit - Smiley - Ncs
  18.         return
  19.       }
  20.       if ($regex($2-,/(Gold|General)/Si)) var %g  Gold/General: 2100+ total and have attended 10 events.
  21.       if ($regex($2-,/(Silver|Captain)/Si)) var %g  Silver/Captain: 1950+ Total and have attended 8 events. Been in the clan for at least 3 months.
  22.       if ($regex($2-,/(bronze|lieutenant)/Si)) var %g      Bronze/Lieutenant : 1850+ Total Attended 6 events.
  23.       if ($regex($2-,/(sergent)/Si)) var %g      Sergent: 1600+ total attended 4 events.
  24.       if ($regex($2-,/(corp)/Si)) var %g  Corporal: 1450+ total attended 2 events.
  25.       if ($regex($2-,/(Recruit)/Si)) var %g  Recruit: 1250+ Entry level.
  26.       if ($regex($2-,/(smiley)/Si)) var %g  Smiley: Probation rank. - refer to Punishment post.
  27.       if ($regex($2-,/(ncs)/Si))  {
  28.         $iif(@* iswm $1,msg #,notice $nick) For NonCb Skiller's (level 3's-70's):
  29.         $iif(@* iswm $1,msg #,notice $nick) Rank will be based off of activity in chat and events.
  30.         $iif(@* iswm $1,msg #,notice $nick) We take into consideration that 2100+ for a level three is damn near impossible and most events you would quite possibly be unable to attend.
  31.         return  
  32.       }
  33.       else $iif(@* iswm $1,msg #,notice $nick) Requirements $2 $+ : %g
  34.     }
  35.   }
  36. }
Add Comment
Please, Sign In to add comment