This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by b4ugobye
Fri May 26, 2006 5:17 pm
Forum: Script Requests
Topic: factbot based on chuck norris script
Replies: 10
Views: 6688

not exactly

below is example of what it should do (b4ugobye)(done with irc) and what the above code gives (factbot) <@himself> !fact Maniac <@b4ugobye> Maniac can win a game of Connect Four in only three moves. <+Factbot> himself does not sleep. He waits. **** tried a few more things, and finally got it. bind p...
by b4ugobye
Fri May 26, 2006 1:20 pm
Forum: Script Requests
Topic: factbot based on chuck norris script
Replies: 10
Views: 6688

ty, but i need the other step

thats what I'm looking for except I want to make it personalize so if someone types !fact bob .... it will say bob then the fact.. so i think i need a set line to set whatever is typed after !fact final output: putserv "privmsg $c $factnick $randline" something along that line. Sorry to be...
by b4ugobye
Thu May 25, 2006 9:32 pm
Forum: Script Requests
Topic: factbot based on chuck norris script
Replies: 10
Views: 6688

...

in reality, I just need this one line converted to tcl, then I can make a txt file named facts.txt.

On *:TEXT:!fact*:#: Set %fact $read(facts.txt) | /msg $chan $2 %fact }
by b4ugobye
Thu May 25, 2006 9:00 pm
Forum: Script Requests
Topic: factbot based on chuck norris script
Replies: 10
Views: 6688

pub_chuck was typo..

missed that edit, but fixed... normally the chuck script reads a random line from the set fact (set chuck previously) eg: "\"Chuck Norris is not Politically Correct He is just Correct Always.\"" my goal is to make the trigger !fact <nick> so when you do !fact b4ugobye: it sends t...
by b4ugobye
Thu May 25, 2006 7:59 pm
Forum: Script Requests
Topic: factbot based on chuck norris script
Replies: 10
Views: 6688

factbot based on chuck norris script

I'm trying to make a fact bot off the idea of the chuck norris facts script by Outz. my desired outcome: !fact <nick> <nick> once did open heart surgery... on himself. the script so far: bind pub - !fact pub_fact proc pub_fact {nick mask hand channel args} { global fact puthelp "PRIVMSG $channe...