| View previous topic :: View next topic |
| Author |
Message |
Slaktarn Halfop
Joined: 02 May 2007 Posts: 44
|
Posted: Thu Feb 28, 2013 4:22 am Post subject: circumvent_queues |
|
|
Hay everyone i found this on the egggrop wiki
| Code: |
A very often asked question is how to make Eggdrop send as fast as possible. This is discouraged and will disconnect your bot if it doesn't have special privileges from the IRCd!
Load this script (paste to configfile or create a scriptfile):
package require Eggdrop 1.6.20
bind out - "% queued" circumvent_queues
proc circumvent_queues {queue text status} {
putnow $text; # send instantly
return 1; # delete from old queue
}
|
I try to insert that one in my eggdrop but i canīt get it to work, what i donīt get is what is queue and status
normaly i just do putnow
/ Slaktarn |
|
| Back to top |
|
 |
Slaktarn Halfop
Joined: 02 May 2007 Posts: 44
|
Posted: Fri Mar 01, 2013 5:25 am Post subject: |
|
|
Maybe should make myself more clear, its not that its not running its just that it still take time before the massages are send
/ Slaktarn |
|
| Back to top |
|
 |
|