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 wilson
Sat Nov 19, 2005 2:10 pm
Forum: Scripting Help
Topic: pasting colours though external script
Replies: 3
Views: 8904

Your saying its not possible ? I'm totally shocked if that is the case.
by wilson
Sat Nov 19, 2005 1:42 pm
Forum: Scripting Help
Topic: pasting colours though external script
Replies: 3
Views: 8904

pasting colours though external script

I want to paste colours onto irc, but the eggdrop ends up pushing raw commands onto irc. tcl contains: set output [exec /bin/rank.sh] putquick "PRIVMSG $chan :$output" my bash script contains : echo \\0034TV\\003 which if run in the shell returns: ./rank.sh \0034TV\003 On irc, unforunatly ...