Whitlist
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Feb 08, 2008 |
| Last Updated | Feb 08, 2008 |
| Tags | a friend list white |
|
|
Introduction
mIRC Snippet:
Whitlist
Posted on Feb 9, 2008 12:34 am
Posted on Feb 9, 2008 12:34 am
just some errors i get..
AL Unknown command
* /dialog: 'Whitelist' name in use (line 27
* /auser: insufficient parameters (line 11
* No such user in user list
* /write: insufficient parameters (line 17
* /run: unable to open file 'Whitelist.txt' (line 20
you mite want to go through it and add some checks if feilds are filed in or not and fix ur alias to open the script..
just some thoughts..
AL Unknown command
* /dialog: 'Whitelist' name in use (line 27
* /auser: insufficient parameters (line 11
* No such user in user list
* /write: insufficient parameters (line 17
* /run: unable to open file 'Whitelist.txt' (line 20
you mite want to go through it and add some checks if feilds are filed in or not and fix ur alias to open the script..
just some thoughts..
mIRC Snippet:
Whitlist
Posted on Feb 9, 2008 12:44 am
Posted on Feb 9, 2008 12:44 am
heres try this for ur alias and to get rid of the error for
AL Unknown command
* /dialog: 'Whitelist' name in use (line 27
and to get rid of
/auser: insufficient parameters (line 11
* No such user in user list
* /write: insufficient parameters (line 17
use
that should help reduce some errors
AL Unknown command
* /dialog: 'Whitelist' name in use (line 27
| Code: |
| alias al { dialog $iif($dialog(Whitelist),-v,-md) Whitelist Whitelist } menu status,channel { Whitelist { al } } |
and to get rid of
/auser: insufficient parameters (line 11
* No such user in user list
* /write: insufficient parameters (line 17
use
| Code: |
| $$?= instead of $?= |
that should help reduce some errors
mIRC Snippet:
Whitlist
Posted on Feb 9, 2008 12:52 am
Posted on Feb 9, 2008 12:52 am
heres for those other 2 errors i got..
| Code: |
| on *:DIALOG:Whitelist:sclick:3:{ if (!$read(Whitelist.txt)) { return } else { /run Whitelist.txt } } on *:DIALOG:Whitelist:sclick:4:{ if (!$read(Whitelist.txt)) { return } else { /remove Whitelist.txt /echo 2 -a The Whitelist.txt File has been Removed! Note that the "View List" button won't work unless you "Add" another user!! } } |
mIRC Snippet:
Whitlist
Posted on Feb 9, 2008 10:01 am
Posted on Feb 9, 2008 10:01 am
:\ i really dont see a point in a whitelist :\








