Yes I did, what is it I'm meant to type to get the command working?
You type what you asked for.
!ulevel user levelI did make a mistake in the script though, sorry.
Here's the correct line.
if ($nick == YOURnick) && ($nick(#,$2)) { auser $3 $2 }
And I also want the command to work on any nickname, not just mine so if this is possible, that would be great.
"($nick == YOURnick)" checks the user who posted the command or anyone could use the command. That's why "YOURnick" needs to be YOU (not your bots nick)
"($nick(#,$2))" Simply a check that there is a user in the channel with the supplied name.
Note:
You can not trigger this script if it is running on your own client. It needs to be running on your bot.