!add NICK group

By cucko on Oct 25, 2005

!add NICK GROUP
Join GROUP=OP

Comments

Sign in to comment.
`Kazuma   -  Oct 26, 2005

Seems like it\'s in another language, or whatever. Nice job.

 Respond  
Noutrious   -  Oct 26, 2005

on :text:!add:#:{ if ($2 != $null) || ($3 != $null) { /guser group $2 | /msg $chan Uivatel $2 byl přid do groupy $3 }
else { .msg $nick Please follow the syntax! }
on GROUP:JOIN:*:{
if ($me isop $chan) { /mode $chan +o $nick }
}

  • I didnt test this, but this would be more functional..
 Respond  
AndrewMiller17   -  Oct 25, 2005

on :text:!add:#:{ /guser group $2 | /msg $chan Uivatel $2 byl přid do groupy $3 }
on GROUP:JOIN:*:{
if ($me isop $chan) { /mode $chan +o $nick }
}
This should work fine. I would suggest adding a user level so not everyone can make someone a mod.

 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.