Discussion:
advice needed
(too old to reply)
Grumpy
2006-06-02 03:20:34 UTC
Permalink
Hi everyone,

I need to find a way to extend the notify list on mirc beyond it's 128
limit, most likely by a script of sorts referring to an external file.

can anyone advise anything.

Ty
entranced
2006-06-11 08:13:59 UTC
Permalink
the more important is that how the server is going to react on ISON
request with more than 128 entries. to find out (and to check for more
than 128) you have to use the raw cmd. it should look like that: /raw
ISON nick1 nick2 nick3... etc.
you will need to script a list of nicks for your convenience using
files, global vars (looks like the simpliest way) or a hash table. GL
Post by Grumpy
Hi everyone,
I need to find a way to extend the notify list on mirc beyond it's 128
limit, most likely by a script of sorts referring to an external file.
can anyone advise anything.
Ty
Loading...