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

by SkiZm
Sat Dec 24, 2005 1:26 pm
Forum: Scripting Help
Topic: Public Commands
Replies: 5
Views: 8401

I never said I wouldn't help you. If you want a simple bind and proc maybe this can set you on your way : proc pub_help {nick uhost hand chan arg} { global botnick puthelp "PRIVMSG $chan :yourhelpline 1" puthelp "PRIVMSG $chan :yourhelpline 2" return 0 } bind pub - !help pub_hel...
by SkiZm
Sat Dec 24, 2005 2:47 am
Forum: Scripting Help
Topic: Public Commands
Replies: 5
Views: 8401

Did you even try a search on this forum? Of course I did. I would take it from your remark that this question has been asked and answered. Obviously, I must be searching with the wrong terms. In the time it took you to post a reply, you could of been more productive and provided me a link or at lea...
by SkiZm
Sat Dec 24, 2005 1:57 am
Forum: Scripting Help
Topic: Public Commands
Replies: 5
Views: 8401

Public Commands

How would one go about executing a public command via your bot just as a normal user would. Example: !help from a user will give some information on the channel in the channel. If I wanted the bot to execute !help, what would the code look like? I have tried a generic PRIVMSG line, but all I get is ...
by SkiZm
Thu Nov 24, 2005 10:18 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293476

Well isnt that just typical. As soon as I fix one thing, Google go and change their source on me ! So, I've fixed that AND changed the regex structure quite a lot to attempt to cope with future google changes. Hopefully this will hold us over until the next version in (probably) a couple weeks with...