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 keung
Fri May 04, 2012 8:53 pm
Forum: Scripting Help
Topic: Question regarding mysqltcl and moreresult
Replies: 0
Views: 2378

Question regarding mysqltcl and moreresult

As I haven't been able to track down a more suitable forum for this API, I hope it's okay that I ask this here. I have been playing around abit lately with the mysqltcl API, but I've stumbled upon something that I do not understand. From what I can gather from the manual and this example , using mys...
by keung
Fri May 04, 2012 8:40 pm
Forum: Scripting Help
Topic: Custom userflags
Replies: 7
Views: 6165

Thanks for clearing this up! This thread went a little further than I expected. I actually don't have a bot running - yet :oops: - so I haven't been able to play much with bind. I'm just writing a lot of code in a tcl file and running it through a shell to test it before I put it on an actual eggdro...
by keung
Wed May 02, 2012 11:00 am
Forum: Scripting Help
Topic: Custom userflags
Replies: 7
Views: 6165

Say that I have

bind -|I "!something" do_something

Doesn't the - imply that anyone can run the command, despite not having the +I flag on the channel? Or does that tell the eggdrop that only users with the flag can run the command?
by keung
Tue May 01, 2012 12:50 am
Forum: Scripting Help
Topic: Custom userflags
Replies: 7
Views: 6165

Oh, I forgot for a second that flags were case sensitive and that A-Z could be used as well. Knowing this makes it a whole lot easier! With the bind -|I, wouldn't that mean that anyone who is added to the bot with global flags could run the command? Come to think of it, it shouldn't really matter, I...
by keung
Mon Apr 30, 2012 8:54 pm
Forum: Scripting Help
Topic: Custom userflags
Replies: 7
Views: 6165

Custom userflags

I'm in the process of writing a script where I'd like to have custom flags for users on channels. This is a bot where most communication is done on the channels themselves. The users I'd like to have as owners of channels will not be owners in the traditional way where they have access to add more u...