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

by KevKev
Sun Jun 04, 2006 12:41 pm
Forum: Modules & Programming
Topic: Eggdrop doesn't recognize a . in it's nickname
Replies: 4
Views: 10507

it's a "pseudo" server that acts as a gateway for IRC clients to connect to the Everquest chat servers. It is called EQIMd.
it uses a nickname format of eqserver.charactername
by KevKev
Sat Jun 03, 2006 2:53 pm
Forum: Modules & Programming
Topic: Eggdrop doesn't recognize a . in it's nickname
Replies: 4
Views: 10507

Eggdrop doesn't recognize a . in it's nickname

I have an abnormal situation where a . is required in the bot's nickname. Everything sees to work just fine, except none of it's msg/msgm binds will trigger properly. All messages come across in the format: [12:13] [Nick.WithDot!Host.WithDot@EQIMd to tunare.Tinkking] messgae here Whereas normally th...
by KevKev
Wed May 04, 2005 9:53 pm
Forum: Archive
Topic: on/off script
Replies: 8
Views: 2924

Basicly you just need to add a few things. First. Add a variable for each "switch". i.e. $badword_status and $antiadver_status In your procs for these add at the very start a check to see if the switches are turned off. if the switch is off return from the proc without doing anything. (opt...
by KevKev
Fri Feb 25, 2005 1:04 pm
Forum: Archive
Topic: eggdrop ssl patch with certificate selection
Replies: 3
Views: 2122

YooHoo that has nothing to do with his question. He wants to use a client certificate with an eggdrop patched with the SSL patch. Then answer is no there is currently no way to do that directly (althought you can use stunnel but you of course loose the ability to have a listing of servers to choose ...
by KevKev
Tue Feb 01, 2005 6:11 am
Forum: Archive
Topic: eggdrop+user
Replies: 6
Views: 2975

Also some scripts (and internal commands) have begun to use Perm Owner as a permission level in and of itself. examples are .set and .tcl
by KevKev
Tue Feb 01, 2005 6:07 am
Forum: Archive
Topic: eggdrop and xchat script
Replies: 6
Views: 4296

The TCL plugin for XChat works just fine under windows (you can thank AcitveState for that) as well as the Python one :).
by KevKev
Sat Jan 29, 2005 8:29 am
Forum: Script Support & Releases
Topic: Chanpage script by slennox
Replies: 17
Views: 19032

It looks like an excelent script but it appears he has no interest in releasing it.

There are several other stats scripts available however so you're not totally out of luck.

Personally I quite like pisg :) YMMV
by KevKev
Fri Jan 21, 2005 4:59 am
Forum: Archive
Topic: user ident responce
Replies: 2
Views: 1342

use puthelp instead of putserv or putquick
by KevKev
Thu Jan 20, 2005 7:05 am
Forum: Archive
Topic: Custom Binds - Neat trick
Replies: 12
Views: 3650

Holy jeebus User :D :o :shock: awesome stuff :)

Thanks a ton. I'll have to run through all of it till I understand how it works. The usage side looks simple enough (for such a complex task at least :) )

If any of the eggheads are peering in. this sort of thing would be awesome for 1.9.
by KevKev
Wed Jan 19, 2005 2:33 am
Forum: Archive
Topic: Custom Binds - Neat trick
Replies: 12
Views: 3650

Thanks too you both!

Hook sounds good to me ;)

Looks very spiffy i'll have to see about incorporating an adaptation of one of thses as a hook proc :)

I might even write it as a full standalone toolscript for others to use :)
by KevKev
Tue Jan 18, 2005 6:59 am
Forum: Archive
Topic: Custom Binds - Neat trick
Replies: 12
Views: 3650

Update:

Unfortunately the event type in the bind will not take wildcards. This would have been a perfect solution but alas i'm back to searching for a good way to handle this.

Any suggestions?
by KevKev
Mon Jan 17, 2005 11:15 am
Forum: Archive
Topic: Custom Binds - Neat trick
Replies: 12
Views: 3650

Try it out :) .tcl bind evnt - foo {putlog "foo event happened"} then .tcl callevent foo It takes a nice little text string which can be anything you want it to. Yes it's simplistic and such and i'm assuming it'll take a mask on the bind as in i could do bin evnt - foo* and then use the re...
by KevKev
Sun Jan 16, 2005 4:40 pm
Forum: Archive
Topic: Custom Binds - Neat trick
Replies: 12
Views: 3650

Custom Binds - Neat trick

I just figured out a neat little trick. The hidden ability to create, call and bind to your own custom binds. ever put together a bunch of scripts for various things and wanted to be able to add/remove parts without manual editing even when pieces are dependant on eachother and such? I came across t...
by KevKev
Thu Dec 30, 2004 11:08 am
Forum: Archive
Topic: General support and information
Replies: 11
Views: 4973

jEdit! Great cross platform editor. Syntax highlighting, integrated FTP/SFTP and a load of other goodies.
by KevKev
Wed Dec 22, 2004 3:16 am
Forum: Archive
Topic: on join in my chan - add user
Replies: 11
Views: 3042

easy. on the original user add specify the hostmask of $nick!*@*

Massively insecure. but his origiginal request already indicates his lack of desire for any semblance of security :)