User Help v3

By Korvin on Feb 14, 2007

.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;These codes may not work, its for learning not using..;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;This changes what their nickname looks like =];
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on ^owner:TEXT:*:#:{
  echo 4 $chan Owner < $+ $nick $+ > $$1- 
  haltdef 
}
on ^hop:TEXT:*:#:{
  echo 2 $chan HalfOp < $+ $nick $+ > $$1- 
  haltdef 
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;This allows you to set owners by typing !owner -nick-;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on ^Owner:text:!owner *:#: { auser owner $2 | write hi.ini $2 Made Owner by $nick on DD:MM:YYYY }
on ^Owner:text:!hop *:#: { auser hop $2 }

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;This brings a popup that you can use to make people owners;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

menu nicklist,channel,query {
  Player Settings
  .Owner:.auser owner $1 | notice $me Option Set Successfully!
  .Halfop:.auser hop $1 | notice $me Option Set Successfully!
}

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;makes people owner with /owner and /hop and /aban;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;To use this one, type /owner -nick- and only you can do it
alias owner { 
  .auser owner $2 
  notice $me option set successfully 
}

;To use this one, type /hop -nick- and only you can do it
alias hop { 
  .auser owner $2 
  notice $me option set successfully 
}

;To use this one, type /hop -nick- and only you can do it
alias aban { 
  .auser owner $2 
  notice $me option set successfully 
}

;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Making owner only commands;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;instead of this...

on *:TEXT:!linkcom *:#: { notice $nick Double Click Link To Go To $2 $+ 's Site. 12http://www. $+ $2 $+ .com }

;use this...

on Owner:TEXT:!linkcom *:#: { notice $nick Double Click Link To Go To $2 $+ 's Site. 12http://www. $+ $2 $+ .com }

;pretty much same with halfop...

on Hop:TEXT:!linkcom *:#: { notice $nick Double Click Link To Go To $2 $+ 's Site. 12http://www. $+ $2 $+ .com }

;;;;;;;;;;;;;;;;
;Making An Aban;
;;;;;;;;;;;;;;;;

;Sumthing like...

on me:text:!aban *:#: { auser aban $2 | inc % $+ $2- }

;Add this under the previous drop down list..;

  .Aban:.auser aban $1 | notice $me Option Set Successfully!

;Then For the actual aban..;

on Aban:JOIN:#:{
  if (!($me isop $chan)) { msg $nick just wait till im oped.. | halt }
  mode # +b $address($nick,4)
  kick # $nick You are abanned for a reason... dont come back
  auser aban $address
}

on ^owner:text:!aban *:#: { auser aban $2 | write aban.ini $2 abanned by Owner $nick on $asctime(dddd mmmm dd yyyy) Because: $3- | msg $chan Aban Added Successfully }

;;;;;;;;;;;;;;;;;;
;Now for aliases!;
;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;aliases condence things for you to make it easier, like this:;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on owner:TEXT:.deop:#:{ 
  mehdeop $nick $chan 
}

alias mehdeop {
  if ($1 == $me) { msg $2 $me im not going to deop myself...  | halt }
  else { mode $2 -o $1 }
}

;you dont need to type it out, you can just have that =]

;;;;;;;;;;;;;;;;;
;there you go =];
;;;;;;;;;;;;;;;;;

Comments

Sign in to comment.
F*U*R*B*Y*   -  Feb 16, 2007

:( my comment got deleted :(

 Respond  
Lindrian   -  Feb 16, 2007

\"im not a \"nerd\" im a quarterback for putnum high so maybe you should back off\"

I would see that as a \'threat\'
Anyhow, no need to argue about that. Drop the subject and improve yuor code instead.

 Respond  
Lindrian   -  Feb 16, 2007

Korvin, chill out and dont threat.

 Respond  
A*1*T*E*A*M   -  Feb 15, 2007

Okey..Korvin sry for problems :))

 Respond  
Hawkee   -  Feb 15, 2007

I deleted the comments because I was waiting for a response from Staccia regarding this snippet. Since she verified that this is his snippet I removed it from her profile.

 Respond  
Korvin   -  Feb 15, 2007

this is not to give people codes, its to explain to people how they work.

 Respond  
sinnercreed   -  Feb 14, 2007

That\'s an odd circumstance, no?, not much of a way to tell if you\'re being truthful or not, but in the event that you are, welcome to hawkee :)

 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.