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 webbax
Thu Feb 07, 2008 8:39 pm
Forum: Scripting Help
Topic: Putquick in the channel [Solved]
Replies: 3
Views: 2793

i got it, you dont have to explain, i just posted the code so someone more maybe can use it
by webbax
Thu Feb 07, 2008 5:17 pm
Forum: Scripting Help
Topic: Putquick in the channel [Solved]
Replies: 3
Views: 2793

Putquick in the channel [Solved]

Hi, I wants to do a putquick in the channel, but i cant get it to work... here is the script i have made, but it wont work. bind pub o|o "!putquic putquic" proc putquic {nick host hand chan text} { set putquickmsg [lrange $text 0 end] putquick "$putquickmsg" } Is there anyone tha...