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.
General support and discussion of Eggdrop bots.
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Mon Sep 02, 2019 6:02 pm
.................
Last edited by
simo on Mon Sep 30, 2019 1:45 pm, edited 4 times in total.
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Thu Sep 05, 2019 11:00 am
......
Last edited by
simo on Mon Sep 30, 2019 1:41 pm, edited 1 time in total.
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Fri Sep 06, 2019 2:26 pm
......
Last edited by
simo on Mon Sep 30, 2019 1:45 pm, edited 1 time in total.
Arnold_X-P
Master
Posts: 226 Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:
Post
by Arnold_X-P » Sat Sep 07, 2019 9:18 pm
set msg-rate 1
I use this set so it helps me make the commands run faster and it might help you in what you are looking for friend
default is in:
set msg-rate 2
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Sun Sep 08, 2019 8:19 am
.......
Last edited by
simo on Mon Sep 30, 2019 1:42 pm, edited 1 time in total.
Cadaver
Voice
Posts: 18 Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:
Post
by Cadaver » Mon Sep 09, 2019 1:17 pm
simo wrote: greetings ive been fidling with conf to get an increaded value for:
set modes-per-line 3
i changed to :
set modes-per-line 15
and it didnt seem to work it kept setting 6
oh i forgot to mention im testing this with the ban-time option and set it to 1 min to test with then i set random bans like
@simo Sets Mode on #testing to: +bbbbbbbbbbbbbbb *!*@RifSytes-209.088.84.24.IP *!*@RifSytes-7t8.752.67.34.IP *!*@RifSytes-i9e.360.19.08.IP *!*@RifSytes-10f.714.82.11.IP *!*@RifSytes-jlm.568.36.02.IP *!*@RifSytes-aj8.232.73.88.IP *!*@RifSytes-6yv.653.82.53.IP *!*@RifSytes-294.710.78.55.IP *!*@RifSytes-r31.703.87.00.IP *!*@RifSytes-rv8.322.97.69.IP *!*@RifSytes-yxh.565.20.60.IP *!*@RifSytes-4tc.975.34.34.IP *!*@RifSytes-e6z.875.89.97.IP *!*@RifSytes-1o0.745.70.04.IP *!*@RifSytes-902.822.05.28.IP
then i wait 1 min for it to remove the bans
so far it removes per 6 max per line
i also tried fidling with :
# 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
and changed it to:
#define MODES_PER_LINE_MAX 15
and recompiled and still the same effect of max 6 per line
im testing this on an inspircd IRCD wich allows 15 modes per line out of the box
so far all i tried and tested didnt seem to work out i wonder if i did some misconfig on my part or the issue lies somewhere else very curious about this as i didnt see anyone actually use this option yet
tnx in advance.
Check it inspircd.conf, is really changed to:
maxtargets="15"
Then /rehash server
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Mon Sep 09, 2019 1:52 pm
.............
Last edited by
simo on Mon Sep 30, 2019 1:42 pm, edited 1 time in total.
Cadaver
Voice
Posts: 18 Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:
Post
by Cadaver » Mon Sep 09, 2019 2:45 pm
Have you tried to use putquick instead of pushmode?
... Or try to rethink your question is so confusing
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Mon Sep 09, 2019 3:14 pm
.......
Last edited by
simo on Mon Sep 30, 2019 1:42 pm, edited 1 time in total.
Cadaver
Voice
Posts: 18 Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:
Post
by Cadaver » Mon Sep 09, 2019 4:33 pm
You can use:
putserv or putquick "MODE $chan +vvvvvvvvvvvvvvv (or mode you need) [join [list $args]]"
To apply massive modes with no queue
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Mon Sep 09, 2019 4:44 pm
.......
Last edited by
simo on Mon Sep 30, 2019 1:42 pm, edited 1 time in total.
Arnold_X-P
Master
Posts: 226 Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:
Post
by Arnold_X-P » Mon Sep 09, 2019 11:43 pm
simo
so that the order is faster add
-next
example:
Code: Select all
namespace eval steiner {
namespace eval vall {
bind join -|- * steiner::vall::join
proc join {nick uhost hand chan} {
putquick "MODE $chan +vvvvvvvvvvvvvvv $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick $nick" -next
}
}
}
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Tue Sep 10, 2019 7:34 am
..........
Last edited by
simo on Mon Sep 30, 2019 1:42 pm, edited 1 time in total.
simo
Revered One
Posts: 1108 Joined: Sun Mar 22, 2015 2:41 pm
Post
by simo » Tue Sep 10, 2019 7:46 am
......
Last edited by
simo on Mon Sep 30, 2019 1:43 pm, edited 1 time in total.
Cadaver
Voice
Posts: 18 Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:
Post
by Cadaver » Tue Sep 10, 2019 11:56 am
Try this:
Code: Select all
namespace eval steiner {
namespace eval vall {
bind join -|- * steiner::vall::join
proc join {nick uhost hand chan} {
global botnick
if {$nick != $botnick} {
if {![info exists nicks]} { set nicks $nick }
if {[string first $nick $nicks] == 0} {
return
} else {
set nicks [lappend nicks $nick]
}
if {[llength $nicks] == "15" && [botisop $chan]} {
putquick "MODE $chan +vvvvvvvvvvvvvvv [join [list $nicks]]" ; unset nicks
}
}
}
}
}