Auto op on nick

By leokid on Jan 26, 2007

This is asnippet for auto op, if you want auto op some one who dont have auth in Q, you auto op him by the nick.

The daganZ is a Test nick you can change it to what ever you want.

i am new at this so be nice...

on *:join:#channelname: {
 if ($me isop $chan) {
 if ($nick == daganZ) {
 mode $chan +o $nick
  }
 }
}

Comments

Sign in to comment.
CoReY   -  Aug 19, 2007

u can try this n this is much simple
on *:join:#channelname: {
if ($me isop $chan) && ($nick == daganZ) && ($nick == CoReY) {
mode $chan +o $nick
}
}

 Respond  
Lindrian   -  Jan 27, 2007

Yeah, I aint a pro on hashtables, but maybe a command to add specefied people into a hashtable file, and on join check if theyre in it, and then OP? or something like that

 Respond  
F*U*R*B*Y*   -  Jan 27, 2007

perhaps storing nicknames in hash tables....

 Respond  
leokid   -  Jan 27, 2007

you all got me wrong i want to learn how can it be better, i didn\'t mean to disrespect any one i know this is not the best way to make it so i ask you to show me the better way plz :D

 Respond  
Lindrian   -  Jan 27, 2007

Leokid, dont get us started. This can be ALOT better. But for a starter, its not bad.

 Respond  
leokid   -  Jan 27, 2007

\"of course everything can be better\" can you show me how can it be better?

 Respond  
F*U*R*B*Y*   -  Jan 26, 2007

well at least he has tryed...... of course everything can be better......

 Respond  
no_body21   -  Jan 26, 2007

that is an aop on server

this code op`s the specified nick by a user
that\'s why I said mIRC has a built in for this
and it\'s way much better...

 Respond  
Aaron   -  Jan 26, 2007

or on my server..

/cs access #chan add nick 10

 Respond  
no_body21   -  Jan 26, 2007

lols i meant

/help /aop

 Respond  
no_body21   -  Jan 26, 2007

mIRC has a built in for that

/aop $nick

/help aop

 Respond  
Lindrian   -  Jan 26, 2007

very, very simple. well it does the function, but it can be done alot better.

 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.