Rules for your channel or room V 2.0

By Daniel89030 on Jan 24, 2009

Here is another one like my last script just load it into your remotes on mIRC and put your room name instead of #thedarkknight just put your room where mine is thanks.

on *:TEXT:!help:#roomname just put ur room name where room name is

on *:TEXT:!add:#thedarkknight:{ msg $chan 2 add some1 2 your hop,aop, or sop type this /msg chanserv aop #roomname add username }
on *:TEXT:!pi:#thedarkknight:{ msg $chan Your pissing off the ops I wouldn't do that if I was u becuz you will be kicked and/or banned }
on *:TEXT:!po:#thedarkknight:{ msg $chan No politics is allowed in my room becuz it causes problems }
on *:TEXT:!gr:#thedarkknight:{ msg $chan 2 set a greeting 4 your nick type this /ns set greet your greeting goes here }
on *:TEXT:!wa:#thedarkknight:{ msg $chan No sharing files and/or movies is NOT ALLOWED }

Comments

Sign in to comment.
Jonesy44   -  Jan 27, 2009

I want to slap you for your crap grammar.

 Respond  
fire_wizard1   -  Jan 27, 2009

well this snippet is cleaned up, but ya if you do fix or clean up a snippet, DO replace the last one made

 Respond  
Jonesy44   -  Jan 26, 2009

Hehe, yeah.. Nicely spotted :P

 Respond  
knoeki   -  Jan 26, 2009

Apart from me agreeing with jonesy44 about it being pretty useless for posting on the snippets page, it's also really, really, really, really awfull spelling/grammar. And to top it off..:

LMAO @ "No sharing files and/or movies is NOT ALLOWED" So we can't stop sharing? LOL

 Respond  
Aucun50   -  Jan 25, 2009

Or:

on *:TEXT:*:#: {
if (!add == $strip($1)) { msg $chan To add someone to your hop,aop, or sop type this /msg chanserv aop #roomname add username, if you use access list do /cs access #Yourchannel add "Name" "Level" (1-3 = Voice, 4 = Half op, 5 = Op, 10 = Admin, 9999 = Owner) }
if (!pi == $strip($1)) { msg $chan Your pissing off the ops, I wouldn't do that if I was u because you will be kicked and/or banned }
if (!po == $strip($1)) { msg $chan No politics is allowed in my room because it causes problems }
if (!gr == $strip($1)) { msg $chan 2 set a greeting 4 your nick type this /ns set " Greet Message" }
if (!wa == $strip($1)) { msg $chan Sharing files and/or movies is NOT ALLOWED }
}

LMAO @ "No sharing files and/or movies is NOT ALLOWED" So we can't stop sharing? LOL

 Respond  
Jonesy44   -  Jan 25, 2009

True, but i don't see the point of posting this in the snippets page. I'm not gonna go off on a rant, but which rulebreaker would come into a channel and suddenly know which command to type (this is presuming they want to know which rules they can break) befroe the break them? the logic is completely lost on me!

 Respond  
a careful warchild   -  Jan 25, 2009

lmao, but everyone has to start somewhere.

 Respond  
Jonesy44   -  Jan 25, 2009

Or jut dont use it at all, comeon what use is this -.-

 Respond  
a careful warchild   -  Jan 25, 2009
on *:text:*:#thedarkknight:{
  if ($strip($1) == !add) { msg $chan 2 add some1 2 your hop,aop, or sop type this /msg chanserv aop #roomname add username }
  if ($strip($1) == !pi) { msg $chan Your pissing off the ops I wouldn't do that if I was u becuz you will be kicked and/or banned }
  if ($strip($1) == !po) { msg $chan No politics is allowed in my room becuz it causes problems }
  if ($strip($1) == !gr) { msg $chan 2 set a greeting 4 your nick type this /ns set greet your greeting goes here }
  if ($strip($1) == !wa) { msg $chan No sharing files and/or movies is NOT ALLOWED }
}

or this :)

 Respond  
Purcell   -  Jan 25, 2009

Us this:

on *:text:*:#thedarkknight:{
  if ($1- == !add) { msg $chan 2 add some1 2 your hop,aop, or sop type this /msg chanserv aop #roomname add username }
  if ($1- == !pi) { msg $chan Your pissing off the ops I wouldn't do that if I was u becuz you will be kicked and/or banned }
  if ($1- == !po) { msg $chan No politics is allowed in my room becuz it causes problems }
  if ($1- == !gr) { msg $chan 2 set a greeting 4 your nick type this /ns set greet your greeting goes here }
  if ($1- == !wa) { msg $chan No sharing files and/or movies is NOT ALLOWED }
} }
 Respond  
Aucun50   -  Jan 24, 2009

DO NOT post new versions as new snippets. You must edit your previous snippet.

(If you add Snippet v1.0 and Snippet v2.0 as two snippets Snippet v2.0 will be deleted.)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.