#eggdrop Bot Logged User list

Network: Zeolia
Modes: +nrt
Last Seen: an hour ago
Topic: ..·.·::::::::: Entraide pour les Eggdrops, Tcl et shells -| https://www.eggdrop.fr |- :::::::::·.·..  | dernier script ajouté : NetBots v4.10 - https://tinyurl.com/2celutn2
#2
Rank
12
Users

Channel Log Archive for #eggdrop

Prev
Next

* All times are UTC
Saturday, July 16, 2022
[03:39:55] AdmiraL https://pastebin.com/9er2yshW here is the script CrazyCat
[06:17:22] @ Excalibur --> uto!~nemesis@EpiK-3481E46.w86-209.abo.wanadoo.fr entre sur #eggdrop@Epiknet
[06:18:04] @ Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 22
[12:15:58] @ CrazyCat AdmiraL> the trouble may come from one of your badwords, add putlog $re in line 206 (line before #set re ....)
[12:16:36] @ CrazyCat And then you'll see witch badword creates a bad regex
[17:12:18] * Vardy joined #eggdrop
[17:12:32] * Vardy left #eggdrop
[17:46:41] AdmiraL [19:43:42] Tcl error [badwords:pubm]: couldn't compile regular expression pattern: quantifier operand invalid
[17:47:35] AdmiraL this is error
[18:42:16] @ Excalibur <MenzAgitat@Epiknet> yop
[18:42:35] @ Excalibur <MenzAgitat@Epiknet> Admiral > there is a double * at the end of one of your regex, where there should be only one
[18:44:32] @ Excalibur <MenzAgitat@Epiknet> also, in the same regex, there is a * at the beginning
[18:45:04] @ Excalibur <MenzAgitat@Epiknet> * is a quantifier operand so it must be preceded by something
[18:47:19] @ Excalibur <MenzAgitat@Epiknet> I think you may be confused between . and *
[18:47:44] @ Excalibur <MenzAgitat@Epiknet> take a look at https://wiki.eggdrop.fr/images/Regexp.pdf
[18:47:50] AdmiraL if {[string match -nocase " [lindex [split $b ,] 1] " " $arg "] || [regexp -nocase " $re " " $text "]} {
[18:47:56] AdmiraL u mean here or?
[18:48:36] @ Excalibur <MenzAgitat@Epiknet> I'm talking about this regex : *+[^a-zA-Z0-9\s]*b+[^a-zA-Z0-9\s]*o+[^a-zA-Z0-9\s]*l+[^a-zA-Z0-9\s]*e+[^a-zA-Z0-9\s]**
[18:48:45] @ Excalibur <MenzAgitat@Epiknet> it is wrong
[18:48:51] AdmiraL set re [join [split [lindex [split $b ,] 1] {}] {+[^a-zA-Z0-9]*}]+
[18:48:51] AdmiraL set re [join [split [lindex [split $b ,] 1] {}] {+[^a-zA-Z0-9\s]*}]
[18:48:51] AdmiraL None
[18:48:56] AdmiraL here?
[18:49:07] @ Excalibur <MenzAgitat@Epiknet> no
[18:49:45] AdmiraL i dont have another
[18:50:12] AdmiraL u have see in pastebin i have posted
[18:50:14] @ Excalibur <MenzAgitat@Epiknet> I'm not talking about the tcl script
[18:50:34] @ Excalibur <MenzAgitat@Epiknet> I'm talking about the regular expressions you defined
[18:50:53] AdmiraL aha how can i find this regexp
[18:51:01] @ Excalibur <MenzAgitat@Epiknet> [20:48:34] <MenzAgitat> I'm talking about this regex : *+[^a-zA-Z0-9\s]*b+[^a-zA-Z0-9\s]*o+[^a-zA-Z0-9\s]*l+[^a-zA-Z0-9\s]*e+[^a-zA-Z0-9\s]**
[18:51:04] AdmiraL or i must see all what i have
[18:51:16] AdmiraL i dont know how can i find this
[18:51:20] AdmiraL :(
[18:51:38] AdmiraL i must controll and i see this
[18:51:46] AdmiraL if i can find this
[18:53:59] @ Excalibur <MenzAgitat@Epiknet> I'm looking at the tcl right now
[18:54:04] @ Excalibur <MenzAgitat@Epiknet> and it seems like a mess
[18:54:51] @ Excalibur <MenzAgitat@Epiknet> forget about what I said before, the regex is built by the script
[18:55:12] @ Excalibur <MenzAgitat@Epiknet> and badly built
[18:56:14] @ Excalibur <MenzAgitat@Epiknet> I think you may have used * as a joker in a badword and the script assumes that it's a regular expression
[18:56:32] @ Excalibur <MenzAgitat@Epiknet> are you looking for an anti-badwords script ?
[18:57:56] @ Excalibur <MenzAgitat@Epiknet> because I made one
[18:58:02] @ Excalibur <Boole@Epiknet> Titre de l'URL de MenzAgitat : Anti-Frenzy
[19:00:01] @ Excalibur Génération des statistiques du botnet: https://www.zeolia.net/stats/botnet.html !
[20:01:51] @ Excalibur <MenzAgitat@Epiknet> !erratum joker/wildcard
[20:01:52] @ Excalibur <Boole@Epiknet> Correction : <MenzAgitat> I think you may have used * as a wildcard in a badword and the script assumes that it's a regular expression
[20:27:08] AdmiraL yes i need antibadword script
[20:27:29] AdmiraL this what i have its good but with problems
[20:27:29] AdmiraL :S(
[20:27:38] @ Excalibur <MenzAgitat@Epiknet> try mine
[20:27:41] AdmiraL i will test your script and i see
[20:27:42] AdmiraL ok
[20:28:11] @ Excalibur <MenzAgitat@Epiknet> use https://www.deepl.com/translator to translate the description / documentation
[20:28:14] @ Excalibur <Boole@Epiknet> Titre de l'URL de MenzAgitat : DeepL Translate: The world's most accurate translator
[20:29:44] AdmiraL ok
[20:29:53] AdmiraL and how can i add badword?
[20:30:00] AdmiraL is with command or?
[20:33:33] @ Excalibur <MenzAgitat@Epiknet> I didn't made commands for that, the badwords are added in the .tcl
[20:33:41] @ Excalibur <MenzAgitat@Epiknet> in the config part
[20:34:46] @ Excalibur <MenzAgitat@Epiknet> you just need to reload the script when you make modifications
[20:36:58] AdmiraL ah i have see
[20:37:01] AdmiraL perfect
[20:37:06] AdmiraL ok i will test it..
[20:37:09] AdmiraL thanks a lot
[20:37:16] @ Excalibur <MenzAgitat@Epiknet> you're welcome
[21:05:08] @ Excalibur -//- <uto@Epiknet> a quitté (Ping timeout: 180 seconds)
[21:06:05] @ Excalibur *** <Boole@Epiknet> a mis le mode #eggdrop +l 21
[22:43:47] * asterix joined #eggdrop
[22:44:02] * Excalibur set mode +l 21
[23:27:12] * asterix quit (Quit: )
[23:28:01] * Excalibur set mode +l 20
Prev
Next