Top

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 
  Bookmark and Share

Introduction

works for every user. Type !vote [time in minutes, 1-60 min] [Vote Question]

Grab the Code

Comments

  (6)  RSS
Tippy
Comments: 28
 
mIRC Snippet:  Very Very simple vote script.
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
Zorgon
Comments: 2
 
mIRC Snippet:  Very Very simple vote script.
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.
juhapuha
Comments: 70
 
mIRC Snippet:  Very Very simple vote script.
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.
Korvin
Comments: 238
 
mIRC Snippet:  Very Very simple vote script.
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.
Korvin
Comments: 238
 
mIRC Snippet:  Very Very simple vote script.
Posted on Feb 18, 2008 1:39 pm
lucky, 200th comment
criminal
Comments: 122
 
mIRC Snippet:  Very Very simple vote script.
Posted on May 8, 2008 10:56 am
At the
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



Please Register or Login to start posting comments.
Bottom