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 onesikgypo
Sat Jan 10, 2009 2:51 am
Forum: Eggdrop Help
Topic: Getting a bash script to communicate with an eggdrop
Replies: 11
Views: 11239

could you give a bit more detail on how to do this/how this works - ie. if i had a bash script with #!/bin/bash find *.txt >> fils.lst rm -f *.txt dir=`pwd` ;;MSG HERE- Msg #chan Cleaning $dir;; as an example, how would i go about it - and if eggdrop needs to execute the script, im guessing then if ...
by onesikgypo
Sat Jan 10, 2009 2:31 am
Forum: Eggdrop Help
Topic: Getting a bash script to communicate with an eggdrop
Replies: 11
Views: 11239

Getting a bash script to communicate with an eggdrop

Hi, I have a bash script already made, however a new addition id like to make, is that whent he script is executed, my eggdrop msg's a channel with such details. I have already installed and setup my eggdrop, however i have no idea how i can get bash to talk with the eggdrop in order to perform what...
by onesikgypo
Sun Jun 15, 2008 2:29 pm
Forum: Script Requests
Topic: Read from textfile every 4 secs
Replies: 4
Views: 2503

thanks, im unable to test it right now, and am also completely new to tcl scripts - but i dont think what you posted contains the 4sec timer i need?

Thanks
by onesikgypo
Sat Jun 14, 2008 10:01 pm
Forum: Script Requests
Topic: Read from textfile every 4 secs
Replies: 4
Views: 2503

Read from textfile every 4 secs

Hi, I was wondering if someone could write me a smallt tcl script that would do the following: 1) Every 4 secs "Text.txt" is read - and messaged into a channel 2) Once the text has been read, the contents are deleted 3) If there's no contents in the Text, then nothing happens. Any help wou...