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

by karrde
Fri Jan 23, 2009 4:06 am
Forum: Eggdrop Help
Topic: Getting a bash script to communicate with an eggdrop
Replies: 11
Views: 11567

Perfect! Thanks to your code, I'm a lot closer than I was before. Thanks for your help! I did notice though that I can't actually do "echo write #mychan blah" because echo interprets the # as the start of a remark :) Oh, and I had to change listen 12345 IncomingConnection to listen 12345 s...
by karrde
Wed Jan 21, 2009 11:18 pm
Forum: Eggdrop Help
Topic: Getting a bash script to communicate with an eggdrop
Replies: 11
Views: 11567

I guess you could consider using named pipes to communicate with your eggdrop that way. In that case, you'd have to set up a "listener" within your eggdrop (open, fconfigure, fileevent, gets, eof) to listen at the pipe, and take appropriate actions upon incoming transmissions. In order to...