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 19 matches

by SL0RD
Sun Oct 17, 2010 5:10 pm
Forum: Script Requests
Topic: Info/command database
Replies: 8
Views: 5072

yea that worked, thanks a lot
by SL0RD
Sun Oct 17, 2010 4:51 pm
Forum: Script Requests
Topic: Info/command database
Replies: 8
Views: 5072

ok, well i tried that and the commands wouldnt work. I even tried changing it to just A-Z and command in all caps wouldn't work.
When i had it as [a-zA-Z0-9] only lowercase commands would work, it would allow me to add, del, and modify them. but they just wouldn't work
by SL0RD
Sun Oct 17, 2010 1:26 pm
Forum: Script Requests
Topic: Info/command database
Replies: 8
Views: 5072

Thanks a lot, that works great BUT I have one more request, is it possible to have commands with numbers and capital letters in them?
by SL0RD
Thu May 20, 2010 2:00 pm
Forum: Script Requests
Topic: Info/command database
Replies: 8
Views: 5072

ok well thats kinda like what i want but if possible i don't want a space between the command and the trigger.
by SL0RD
Tue May 18, 2010 9:40 pm
Forum: Script Requests
Topic: Info/command database
Replies: 8
Views: 5072

Info/command database

I have searched for hours to try and find a script to do what i want, but nothing works correctly or does the tings that i want. I also attempted to write a script myself but i became lost and couldn't figure things out very early on. Basically what I want to do is have database that keeps a list of...
by SL0RD
Sat Jan 16, 2010 9:39 am
Forum: Scripting Help
Topic: URL Shortener
Replies: 3
Views: 4945

nevermind, i got it working. turns out i typoed the url lol thanks for the help
by SL0RD
Sat Jan 16, 2010 8:47 am
Forum: Scripting Help
Topic: URL Shortener
Replies: 3
Views: 4945

ok so i just added $result at in the error like that outputs to the channel and all it said was this; Error; % Total % Received % Xferd Average Speed Time Time Time Current bind pub - !miut miut:trim proc miut:trim { nick host hand chan text } { set url $text if {[catch {exec /usr/bin/curl -d url=$u...
by SL0RD
Sat Jan 16, 2010 12:28 am
Forum: Scripting Help
Topic: URL Shortener
Replies: 3
Views: 4945

URL Shortener

Hi, I am having trouble getting my bot to work with my URL shortener API. I've been trying to use curl to shorten a url from the channel, but i don't know how to get teh shortened url so the bot can output it in the channel. Also i can't get the bot to actually shorten the url, it keeps saying error...
by SL0RD
Wed Jan 13, 2010 10:39 pm
Forum: Scripting Help
Topic: Random Nick
Replies: 1
Views: 2347

Random Nick

I am just wondering if there is a way to select a random nick from the channel list, I want to make a script that on a trigger selects a random nick and then says it in the channel.
by SL0RD
Mon Nov 17, 2008 10:17 pm
Forum: Scripting Help
Topic: Problems with reading from a file
Replies: 1
Views: 2132

Problems with reading from a file

So basically what I want to do is create a "database" like this: User1 http://user1url.com User2 http://user2url.com User3 http://user3url.com User4 http://user4url.com I want to be able to do this with that database: 1. Add to the "database" && Update an existing User's ...
by SL0RD
Mon Nov 17, 2008 3:55 pm
Forum: Scripting Help
Topic: File Opperations help
Replies: 1
Views: 1830

File Opperations help

First off, say you had this: thing1 disc thing2 disc thing3 disc thing4 disc I would like to add a new line but if the line that i want to add starts with thing1 for example instead of adding it again at the end i want to update the existing thing1 also how could you delete a line by using lsearch b...
by SL0RD
Tue Oct 28, 2008 5:54 pm
Forum: Tcl FAQ
Topic: Basic File Operations
Replies: 6
Views: 49893

Thanks for the great basic tutorial. I have two "requests" First off, say you had this: thing1 disc thing2 disc thing3 disc thing4 disc I would like to add a new line but if the line that i want to add starts with thing1 for example instead of adding it again at the end i want to update th...
by SL0RD
Tue Oct 28, 2008 3:29 pm
Forum: Scripting Help
Topic: # of args /mysqltcl
Replies: 4
Views: 2982

Ok i got it to work now, thanks for the help ;)
by SL0RD
Mon Oct 27, 2008 9:13 pm
Forum: Scripting Help
Topic: # of args /mysqltcl
Replies: 4
Views: 2982

i changed the args to { handle database } and i get

TCL error [feed_sl0rd]:wrong # args: should be "feed_sl0rd handle database"
by SL0RD
Mon Oct 27, 2008 4:44 pm
Forum: Scripting Help
Topic: # of args /mysqltcl
Replies: 4
Views: 2982

# of args /mysqltcl

having a problem with this script its saying wrong # args but i can't figure out how to fix it. #sever info set host "(HOST)" set user "(USER)" set passwd "(PASS)" set db "(DATABASE)" #Bind bind pubm - "% !feed sl0rd" feed_sl0rd ## Load the mysqltcl ...