Noutrious commented on a Page, Vote system  -  Aug 07, 2006

;For the start, this would be better for some security reasons..
alias ownerip_votechan {
;Replace YOUR_IP_ADDRESS_HERE with your IP address.
.var %OWNERIP = YOUR_IP_ADDRESS_HERE
.return %OWNERIP
}

on :TEXT:?vote_chan:#:{
if ($address(nick,2) == $ownerip_votechan) && ($2) {
set %votechan $2
unset %vote
unset %voted
unset %yesvote
unset %novote
unset %votes
unset %voteq
timer99 off
notice $nick 12 Done 12
}
elseif ($address(nick,2) != $ownerip_votechan) { /msg $nick Sorry, you dont have admin privilegies. } else { /msg $nick Sorry, you didnt tell me the vote chan. | halt }
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.