Very Very simple vote script.
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 |
| Scores Submitted | 2 |
| Date Added | Oct 11, 2007 |
| Last Updated | Oct 11, 2007 |
| Tags | vote |
|
|
Introduction
mIRC Snippet:
Very Very simple vote script.
Posted on Oct 14, 2007 7:05 am
Posted on Oct 14, 2007 7:05 am
Wow there's alot of code there maybe you could simple it out I didn't try it or load it so maybe you can make it better and a bit shorter :) Keep it up
Regards,
Tippy
Regards,
Tippy
mIRC Snippet:
Very Very simple vote script.
Posted on Oct 17, 2007 6:46 pm
Posted on Oct 17, 2007 6:46 pm
... It's a very short script. It's not long at all.
It's exactly what the maker said.. it's very, VERY simple and, quite frankly, rather useless.. But a good effort nonetheless.
It's exactly what the maker said.. it's very, VERY simple and, quite frankly, rather useless.. But a good effort nonetheless.
mIRC Snippet:
Very Very simple vote script.
Posted on Feb 18, 2008 8:39 am
Posted on Feb 18, 2008 8:39 am
Maybe useless, maybe not..someone could like.. my scripts are always like an example, and maybe giving new ideas.
mIRC Snippet:
Very Very simple vote script.
Posted on Feb 18, 2008 1:37 pm
Posted on Feb 18, 2008 1:37 pm
honestly i wouldnt know how this would give anyone any new ideas, accept ideas of suicide xD its an ok script, could be a lot shorter and a lot better but ok if you're just starting out.
mIRC Snippet:
Very Very simple vote script.
Posted on Feb 18, 2008 1:39 pm
Posted on Feb 18, 2008 1:39 pm
lucky, 200th comment
mIRC Snippet:
Very Very simple vote script.
Posted on May 8, 2008 10:56 am
Posted on May 8, 2008 10:56 am
At the
you already find if the vote is already running on the channel, add " | Halt ".
if you've done that, the:
isnt needed anymore.
and instead of all making %no, %yes, %time, ...
Make it it'll all contain this: %vote.no, %vote.yes, %vote.time,...
Using " unsetall " will result in much problems, so you can use " unset %vote.* "
It's ok for the rest, however it could be simplified alot. 7/10
| Code: |
if (%vote. [ $+ [ $chan ] ]) { notice $nick Vote is already running: $+ $readini(db2.ini,$chan,vote) $+ } |
you already find if the vote is already running on the channel, add " | Halt ".
if you've done that, the:
| Code: |
&& (!%vote. [ $+ [ $chan ] ]) |
isnt needed anymore.
and instead of all making %no, %yes, %time, ...
Make it it'll all contain this: %vote.no, %vote.yes, %vote.time,...
Using " unsetall " will result in much problems, so you can use " unset %vote.* "
It's ok for the rest, however it could be simplified alot. 7/10






