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.

Optimizing the output of putserv, putquick or putkick.

Old posts that have not been replied to for several years.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

incompetent, lying fool...

Post by user »

CoMMy wrote:I made a proc and put it in a script like that and with 1 bot i can make up to 40 mode changes without the bot getting lag!!!

Nice :D
YOU did? :o

http://forum.egghelp.org/viewtopic.php?t=7273

...you didn't even manage to create the list to pass to MY massmode proc, not even when I told you exactly what to do. :roll: :lol:
Last edited by user on Thu Aug 05, 2004 8:23 pm, edited 1 time in total.
Have you ever read "The Manual"?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

/me falls off his chair :lol:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

hehe, maybe he'll calm down now and not use 10+ exclamation points in every post, or is that too much to hope for... :D
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

The best way is to append all nicks to op/voice/deop/devoice to a list using a foreach loop with if, else conditions and then use pushmode to op/voice/deop/voice all, after which call a flushmode for that channel in quick succession.

Also, depends upon you IRCd/Network type:
# Some networks allow you to stack lots of channel modes into one line.
# They're all guaranteed to support at least 3, so that's the default.
# If you know your network supports more, you may want to adjust this.
# This setting is limited to 6, although if you want to use a higher value,
# you can modify this by changing the value of MODES_PER_LINE_MAX in
# src/chan.h and recompiling the bot.
set modes-per-line 3
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
sKy
Op
Posts: 194
Joined: Thu Apr 14, 2005 5:58 pm
Location: Germany

Post by sKy »

awyeah wrote: But I have a solution. Some undocumented variables you can set
not defined in the eggdrop .conf files, for stacking and etc.
Please let me know.
Locked