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

by Redento
Tue Dec 18, 2007 3:11 pm
Forum: Eggdrop Help
Topic: [SOLVED] bot to generate own ident (with oidentd)
Replies: 6
Views: 14836

This would only work with the oidentd service. Most other does not allow you as a user to alter the responsecode, but simply uses the information provided by the system (oidentd does use the same system information to locate which user was responsible for the queried connection, but then checks if ...
by Redento
Sun Jun 17, 2007 1:35 pm
Forum: Scripting Help
Topic: MSG in a chan, MSG -> other chan
Replies: 4
Views: 3437

pub doesn't allow a wildcard, use pubm. Well, i did that, but unluckily no luck yet. Been searching in threads for more than a while, but no way. :) I did modify the proc many times, doing various test, though. What i did, or at least, one of the many tries. bind pubm - "*word*" procedura...
by Redento
Wed Jun 13, 2007 9:03 am
Forum: Scripting Help
Topic: MSG in a chan, MSG -> other chan
Replies: 4
Views: 3437

MSG in a chan, MSG -> other chan

Hi all :) I've been learning TCL for a few times, but not as much as i can complete my first little tcl of my own. Aim is simple: when a *text* is typed in a chan, eggdrop has to report it, as it is, in another chan. What i did so far is this: bind pub - * procedura proc procedura {nick host handle ...