mIRC Home    About    Download    Register    News    Help

Print Thread
#65366 26/12/03 04:09 AM
Joined: Nov 2003
Posts: 7
R
R3D Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Nov 2003
Posts: 7
I would like to see a feature to allow users in a userlist to be checked for a registered nick before allowing events to run.

Examples:
Old Way: 10:NickServ!service*@*
Allows anyone with the nick NickServ and ident service access to Level 10 commands

New Way: =10:NickServ!service*@*
Allows anyone with the nick NickServ and ident service who has a registered nick access to Level 10 commands. the '=' is just a designator to tell mIRC to look for a registered nick.

Although this can be scripted I found that coding the check into every command is cumbersome and creates large script files.

Does anyone else think this is a useful idea??

Joined: Dec 2002
Posts: 191
N
Vogon poet
Offline
Vogon poet
N
Joined: Dec 2002
Posts: 191
The = sign is already use in mirc access levels

/help access levels

From what i have seen services nicknames aren't registered anyway.

Joined: Nov 2003
Posts: 7
R
R3D Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Nov 2003
Posts: 7
That was simply an example. You could prefix the users line with an 'R' if need be. something like:
R:10:RandomUser!*@isp.com

Meaning, Nick "RandomUser" from any host using ISP.com whose nick is registered and identified, would be handled by this statement.

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
There's a major problem with that.

1) mIRC isn't notified by the server when someone identifies with Nickserv. To check whether someone was registered before the event could even begin to be processed mIRC would have to send /who user and wait for the reply from the server. That can take up to several seconds, which is an enormous amount of time for mIRC to be sitting there waiting each time that event is triggered.


Spelling mistakes, grammatical errors, and stupid comments are intentional.

Link Copied to Clipboard