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.
Old posts that have not been replied to for several years.
-
Dizzle
- Op
- Posts: 109
- Joined: Thu Apr 28, 2005 11:21 am
-
Contact:
Post
by Dizzle »
I have read through some old scripts, and saw this command
inqueue mode $chan $nick "+o"
Out off faq off the scripts, i get this make the command go faster then normal, butt i cant find this command in the tcl-commands faq.
Is this a valid command or just an old one from older tcl versions ?
And what is the best way atm too make a command go faster, "pushmode" ?? "putquick" ??
What's this real life ppl keep talking about ??? And where can I download it ???
-
demond
- Revered One
- Posts: 3073
- Joined: Sat Jun 12, 2004 9:58 am
- Location: San Francisco, CA
-
Contact:
Post
by demond »
it's not an eggdrop built-in command, it's a script command
the fastest eggdrop command for output to server is putdccraw 0 sometext
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
putdccraw 0 [string length "sometext\n"] "sometext\n"