mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#139330 13/01/06 12:08 PM
Joined: Nov 2005
Posts: 104
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 104
You could do this without having to kick the user. You could add checking to see if the nick typeing the !serverstatus command is an op in the channel just by adding a simple @
Code:
 on @*:text:!serverstatus &:#: checkhost $2 

If you want to get even more specific so that only a select few of the Op's can use the command, you can look at using user levels.

#139331 14/01/06 07:03 AM
Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013
Haha laugh

Page 2 of 2 1 2

Link Copied to Clipboard