demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue Nov 22, 2005 12:01 am Post subject: |
|
|
you unset the array element which you later try to decrement in [utimer]
some tips:
- don't use [lsearch] on [channel info], use [channel get]
- don't use [putserv], use [pushmode]; it will automatically pack several modes on single line as necessary
- your script logic is flawed; get rid of [utimer] and vline, you don't use those correctly anyway
in general, your script (even properly implemented) is useless; voicing someone who can speak already is pointless _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|