#eggdrop Bot Logged User list

Network: Zeolia
Modes: +nrt
Last Seen: 11 minutes 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: PeGaSuS
Monday, September 2, 2024
[14:56:52] PeGaSuS hi
[14:58:38] PeGaSuS Q: how do I make a proc to wait like 5s between each `putserv`?
[14:59:55] PeGaSuS I really need a specific time between the 1st and second message
[15:01:11] PeGaSuS sometimes I wish TCL had a `sleep` function
[15:02:43] PeGaSuS yeah, it's only for one message
[15:04:19] PeGaSuS does `utimer 5 [list {putserv "..."; putserv "..."}]` works also?
[15:09:42] PeGaSuS utimer why not?
[15:09:48] PeGaSuS -utimer
[15:11:48] PeGaSuS right. so, those two messages will be sent at once
[15:12:09] PeGaSuS makes sense
[15:21:38] PeGaSuS after is blocking, iirc?
[15:22:03] PeGaSuS I was just fixing some script logic inside the chansec script
[15:22:21] PeGaSuS looks like this as *final* product
[15:29:37] PeGaSuS why?
[15:29:45] PeGaSuS I can do it that way right?
[15:31:31] PeGaSuS I guess I like to have each function doing it's own job
[15:31:44] PeGaSuS resend only resends on request
[15:32:38] PeGaSuS it's to resend only
[15:33:32] PeGaSuS somehow I hate having to call procs from inside a proc that *may* call another proc
[15:34:44] PeGaSuS the user must be +Z when resending
[15:40:09] PeGaSuS right. I was changing the code a bit and now I set +Z before sending the messages
[15:40:22] PeGaSuS it used to be after the messages have been sent
[15:42:12] PeGaSuS the "" at the end of list is to cheat on the number of args?
[15:42:32] PeGaSuS since resend_code needs 4 args?
[16:43:05] PeGaSuS I do check if he's +Z
[16:43:14] PeGaSuS if it's not, then it is verified
[16:43:35] PeGaSuS users already added to the bot manually aren't verified at all
Prev
Next