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 Sincan2
Tue Jan 21, 2014 2:35 pm
Forum: Scripting Help
Topic: pls help youtube download
Replies: 4
Views: 7781

Help Me........
by Sincan2
Thu Jan 16, 2014 9:53 am
Forum: Scripting Help
Topic: pls help youtube download
Replies: 4
Views: 7781

qe3.sh <<< bot error bash script this run normaly sincan2@sincan2-sg-develop:~/bot$ cat scripts/4.tcl bind pub -|- !qe3 yotube proc yotube {nick uhost hand chan text} { set yotube [exec /home/sincan2/qe3.sh [split $text]] foreach line [split $youtube \n] { puthelp "PRIVMSG $chan :$line" } ...
by Sincan2
Wed Jan 15, 2014 5:38 pm
Forum: Scripting Help
Topic: pls help youtube download
Replies: 4
Views: 7781

pls help youtube download

I have code bind pub -|- !qe3 yotube proc yotube {nick uhost hand chan text} { set yotube [exec /home/sincan2/qe3.sh] foreach line [split $youtube \n] { puthelp "PRIVMSG $chan :$line" } } sincan2@sincan2-sg-develop:~$ ./qe3.sh http://www.youtube.com/watch?v=ryV-Iwd1DTc donwload by Sincan2 ...