Not sure if this is what your looking for but this will add a menu to the nick list and preform the action on a highlighted nick. Im not sure what the /notice $chan -v $1 in Warn user is but added it. if its to devoice change /notice to /mode

Menu nicklist {
Advanced user Options
.Half Op:/mode $chan +h $1
.De-half op:/mode $chan -h $1
.Admin user:/mode $chan +a $1
.De-Admin user:/mode $chan -a $1
.Owner User:/mode $chan +q $1
.De-owner User:/mode $chan -q $1
.Warn User:/notice $chan -v $1 | /notice $1 $$?="Your Warning"
.Ask User to change nickname:/notice $1 Your username is not suitable for this enviroment. | /notice $1 Please change your nickname now by typing "/nick <newusernamehere>"
}

Last edited by LittleJohn; 11/11/08 03:59 PM.