I used to have one... I had my bot use it to share user accounts with a website...
don't think i've got it any more though - was planning on writing a new one soon though. much more efficient aswell. (it will be with a MySQL DB however)
Ok I need some help - I'm trying to think of how to do this, but I can't - (Once I know 'how' to do it, I should be able to code most of it myself, it's just working out what is the best way of doing it) What will happen: A user can /msg mybot login user pass The bot then checks the username and pas...
Well i added that line... tested it today didn't really go too well :o <NSP-Hub> [17:51] Tcl error in script for 'timer28' <NSP-Hub> [17:51] can't read "id": no such variable proc getpost {} { global db_handle posttimer putlog "\[ #ns.pcw \] - Processing queue slot 1" set que1 &q...
I asked around on a couple of eggdrop / tcl channels for which script to use, and I was advised to use either fbsql or mysqltcl - note : i don't want this entire thing written for me - i am trying to learn tcl, but i've got no experience with databases and some other bits needed to do this : i want ...
I want any one who is op'd in a channel to be able to add/remove a custom flag to their channel ie: !relay on and it gives the channel the +relaymsg flag if it's already on, tells the person it already is !relay off removes the relaymsg flag if it's already off, tells the person Bits i'm not sure on...
This is for a script for an eggdrop on quakenet! for a user to use a public command, he has to pass a series of requirements: proc pub:check { nick host hand chan text } { # check if user is ops if {![isop $nick $chan]} { putserv "PRIVMSG $chan :Sorry $nick, you have to be Op'd to post messages...
hmm. i might have to test that.. at the moment i'm using a script i was pointed to that lets me unload and then load the other script through dcc chat.. but thats almost as much hastle as doing it via config. this would work nicely... problem is, there may be a 3rd script soon! :p nevermind.i'll tes...
it is a nice idea, but not actually necessairy. i was directed to a script in the archive that lets me load and unload scripts through dcc. with a little modification, i should be able to make it a public command for the people who need it. will solve the problems. thanks a lot for all your help tho...