User explaination

By Staccia on Feb 09, 2007

This is to introduce you to users

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;This changes what their nickname looks like =];
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on ^owner:TEXT:*:#:{
  echo 4 $chan Owner < $+ $nick $+ > $$1- 
  haltdef 
}
on ^owner: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 }
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
}

;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;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 }

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

Comments

Sign in to comment.
Aaron   -  Feb 10, 2007

you could add another part of it though

on :text:!linkcom :#:{ msg $chan Double click link to go to www. $+ $2 $+ .com $+ / $+ $3- }

www.($2)hawkee.com/($3)snippet.php?snippet_id2381

 Respond  
Aaron   -  Feb 10, 2007

are you serious??

if you have to use that to find a site.....

 Respond  
Hawkee   -  Feb 09, 2007

What if they type \"linkcom www.hawkee.com\"? Need some error checks there.

 Respond  
Staccia   -  Feb 09, 2007

yea.. it was an example anyway its for \"!linkcom hawkee\" and it will message you with the link. \"www.hawkee.com\"

 Respond  
Aaron   -  Feb 09, 2007

you know on the !linkcom..itll notice the user who says it, and the rest of the channel wotn see it?

notice $chan
msg $chan

 Respond  
Staccia   -  Feb 09, 2007

i just typed this up =]

 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.