pope

pope

Joined:
Jan 23, 2009

Activity Stream

pope commented on a Snippet, Trivia  -  May 17, 2012
@kggr001 I assume that you are attempting to initiate the script from the same bot that is running it, and that bot does not have ops on the channel that it is running on. I edited my original comment with an altered code that should work.

Reply if it doesn't. There are other ways, but I think this is the simplest given how the script was designed.
 Respond  
pope commented on a Snippet, Trivia  -  May 16, 2012
@kggr001: Don't use @2:, as all that tells the script to do is only run if you have ops on the channel.
Because of the broad way that *:on:text is used, just add this code BETWEEN line 100 and line 101:

OLD CODE:
Line 100: if ($hget(trivia,status) != on) {
Line 101: hadd -m trivia status on

NEW CODE:
Line 100: if ($hget(trivia,status) != on) {
Line 101: if ($nick isreg $chan) or ($nick isvoice $chan) && ($nick != $me) {
Line 102: msg $chan You do not have the proper access to start Trivia.
Line 103: halt
Line 104 }
Line 105: hadd -m trivia status on

There is probably a shorter way, but I haven't scripted in years so I'm a bit rusty. This should meet your needs, but reply if it doesn't.
 Respond  
pope commented on a Snippet, VOICE ON AGE 1.9  -  Feb 27, 2009
@ kirby 1. auto updating is a feature that is able to be turned off, but i will consider a dialog that lets you know and select whether to update or not. 2. i am using tabs :P
 Respond  
pope commented on a Snippet, VOICE ON AGE 1.9  -  Feb 27, 2009
i didn't do either of those for these reasons: 1. if i make it work without the !, it could kick someone for stating a number not related to their age. the ! makes it intentional. 2. if someone enters with a nick and is underage, it will blacklist the nick (even if the next person that uses that nick is of age). Thanks for the ideas though! keep em coming and give me more feedback! :)

i really hope im one of the first to employ auto update scripts bc that would be cool! :)
 Respond  
pope posted a Snippet  -  Feb 26, 2009
pope   -  Feb 07, 2009
@ShesPrettyAsACarCrash i wasnt behaving in any manner. it was just a simple question.
 Respond  
pope commented on a Snippet, Hawkee Snippet Ripper v1.0  -  Feb 02, 2009
so can i get a +1 Blitzjager? haha
 Respond  
pope commented on a Snippet, Hawkee Snippet Ripper v1.0  -  Feb 01, 2009
ty for the input kirby! will incorporate into version 1.1 :)
i just hastily wrote this script bc its pretty much the most useful script idea ive ever had haha
 Respond  
pope commented on a Snippet, Hawkee Snippet Ripper v1.0  -  Feb 01, 2009
yeah i debated that, but decided that it wouldnt work in all instances, so i think i might go with $cb(1) if anything. ty for the suggestion tho! keep 'em commin! :)
 Respond  
pope commented on a Snippet, Hawkee Snippet Ripper v1.0  -  Feb 01, 2009
constructive criticism welcome!!!
 Respond  
pope posted a Snippet  -  Feb 01, 2009
pope   -  Jan 31, 2009
@ShesPrettyAsACarCrash so do you script or is this just a social site 4 u?
 Respond  
pope commented on a Snippet, Trivia  -  Jan 29, 2009
do you have premade questions? that would be nice :)
 Respond  
pope commented on a Snippet, a simple but effective google search  -  Jan 27, 2009
touche
 Respond  
pope commented on a Snippet, a simple but effective google search  -  Jan 26, 2009
i'd go with:

alias google { run http://www.google.com/custom?q= $+ $1 }

alot simpler than alias google { run $+(http://www.google.com/custom?q=,$replace($2,$chr(32),+)) }
 Respond  
pope posted an Image  -  Jan 26, 2009
pope commented on a Snippet, Color Font 1.2  -  Jan 26, 2009
bleh, done.
 Respond  
pope liked a Snippet, Pastebin Script (Uploader)  -  Jan 25, 2009
pope commented on a Snippet, Color Font 1.2  -  Jan 25, 2009
ok PunkTuReD, you win :)
 Respond  
pope commented on a Snippet, Color Font 1.2  -  Jan 25, 2009
haha like i said i wrote it on-the-spot and didnt think of every possible thing. thanx for the advice tho i will edit that in ASAP :)
 Respond  
pope posted a Snippet  -  Jan 24, 2009
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.