| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| main | Fix remind-to-tell, pretend the tell came from the bot | 4 days | ||
| Age | Commit message | Author | Files | Lines |
| 4 days | Fix remind-to-tell, pretend the tell came from the bot•••Also maybe fix loading remind.tcl on startup or something i dunno diff --git a/remind.tcl b/remind.tcl index d6a4699..fe1d774 100644 --- a/remind.tcl +++ b/remind.tcl @@ -85,8 +85,9 @@ proc printReminder {reminderId {tonick ""} {fire "false"}} { putserv "PRIVMSG $chan :\[remind\] $who: $what" } else { putserv "PRIVMSG $chan :!tell $who \[remind\] $what" + putlog "PRIVMSG $chan :!tell $who \[remind\] $what" #tell {nick uhost hand chan text} - tell $who "" "" $chan "$who \[remind\] $what" + tell $::nick "" "" $chan "$who \[remind\] $what" } } else { putserv "NOTICE $tonick :\[remind\] $reminderId: for $who at $when: $what" @@ -290,7 +291,7 @@ proc pub:inspectReminders {nick host handle chan text} { putserv "NOTICE $nick :Timers: $timerString" } -proc initReminders {} { +proc initReminders {type} { global reminders set reminderString [array get reminders] @@ -327,7 +328,7 @@ if {$content == ""} { array set reminders $content -initReminders +bind evnt - "loaded" initReminders ################################### HEAD main | 1 | -3/+4 | |
| 2026-05-18 | Revert "this is a test"•••This reverts commit 616505007bfd3144b1bd987da8a613251b70bc31. | 1 | -0/+0 | |
| 2026-05-18 | this is a test | 1 | -0/+0 | |
| 2026-05-07 | Add !statu as another typo of the !status command | 1 | -1/+2 | |
| 2026-04-29 | transferinliner: Also exclude .zip .7z .bundle | 1 | -1/+1 | |
| 2026-04-25 | fix typo in transferinliner | 1 | -1/+1 | |
| 2026-04-12 | transferinliner: Support <> links | 1 | -1/+1 | |
| 2026-04-12 | transferinliner: ignore wpull2-db-edit from +o | 1 | -0/+6 | |
| 2026-03-31 | *-chat: Don't relay messages from nullbot or kh2i | 4 | -0/+31 | |
| 2026-03-09 | gitgud-chat | 2 | -0/+79 | |
| [...] | ||||
| Clone | ||||
| https://cgit.space/~steering/at-eggdrop-scripts.git | ||||
| https://cgit.dn42/~steering/at-eggdrop-scripts.git | ||||
| http://cgitspacea7m5fmo5stfwxkykfbrjcecevl6z3xm5u7nfppuiigqoeyd.onion/~steering/at-eggdrop-scripts.git | ||||
| http://cgit.i2p/~steering/at-eggdrop-scripts.git | ||||
