Simple Nickserv Ident
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jun 05, 2009 |
| Last Updated | Jun 05, 2009 |
| Tags | id ident nick nickserv ns serv |
Introduction
mIRC Snippet:
Simple Nickserv Ident
Posted on Jun 5, 2009 1:34 pm
Posted on Jun 5, 2009 1:34 pm
nice idea, but this produces too many errors.
mIRC Snippet:
Simple Nickserv Ident
Posted on Jun 5, 2009 3:12 pm
Posted on Jun 5, 2009 3:12 pm
Not really a big deal but you can use one on dialog like:
Also you should use "did -ra" for the add are you will add and set the old one + the new one.
| Code: |
| on *:dialog:ns:*:*: { if ($devent == init) { did -a NS 2 %Pass } elseif ($devent == sclick) { if ($did == 3) { set %Pass $did(1) | did -ra NS 2 %Pass } elseif ($did == 4) { unset %Pass | did -r NS 2 } } } |
Also you should use "did -ra" for the add are you will add and set the old one + the new one.






