#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
11
Users

Channel Log Archive for #eggdrop

Prev
Next

* All times are UTC
Filtering by user: CrazyCat
Monday, September 2, 2024
[11:53:39] CrazyCat Plop
[14:57:56] CrazyCat Hi PeGaSuS
[14:59:09] CrazyCat To slow the messages ? Use puthelp :)
[15:00:51] CrazyCat Ok, so you'll have to create your own queue and add a timer to read it
[15:02:10] CrazyCat Or if it's only for specific message, do a putserv of the first and for the next one: utimer 5 [list {putserv ......}]
[15:08:59] CrazyCat No :)
[15:10:15] CrazyCat utimer will execute everything in the list in the same time
[15:15:32] CrazyCat You can also use after (https://wiki.tcl-lang.org/page/after) but (u)timer is (imho) better
[15:28:29] CrazyCat PeGaSuS: if I were in your shoes, that's not the way I made it
[15:29:15] CrazyCat utimer 5 [list resend_code $nick $uhost $hand ""]
[15:29:47] CrazyCat Why having twice the same putserv when you can use the same proc ?
[15:31:59] CrazyCat So you have a proc to (re)send the password
[15:33:21] CrazyCat What is exactly the difference between send and resend ? Check of +Z ? When sending, you know the user can't be +Z
[15:33:36] CrazyCat So the proc works in send and resend
[15:33:57] CrazyCat I can understand
[15:34:33] CrazyCat I hate having twice the same code because if I've to change something, I've 2 place where it must be changed
[15:35:29] CrazyCat Sorry: when sending, you know he's +Z
[15:35:45] CrazyCat As the first thing you do is to add the +Z
[15:36:05] CrazyCat BTW, do the code as you like it, it was just an advice
[15:36:46] CrazyCat (not sure the list will work as expected)
[15:45:07] CrazyCat Yes, sending an empty string as argument
[15:49:36] CrazyCat hmmmm, I noticed a little bug in your resend_code proc
[15:50:15] CrazyCat You don't manage when an user is not in your userlist and will do a /msg botnick resend
[15:52:34] CrazyCat The user will receive a msg as he's already verified
[15:52:45] CrazyCat But in fact, he's unknown
Prev
Next