mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2004
Posts: 11
B
Bagzy Offline OP
Pikka bird
OP Offline
Pikka bird
B
Joined: Jul 2004
Posts: 11
I host a bot for a server which provides services for the users on this server. The only problem is that the bot only responds to the admins i have set.
My Users tab looks like the following:

admin:*@*255.255.255.* * nick1
admin:*@*255.255.255.* * nick2

i was wondering what the syntax was to allow normal users to use some of the functions. I thought it may have been something like *:* but that doesnt seem to work.

Any help appreciated

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
you have to change the events to support diffrent users


Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard