| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix remind-to-tell, pretend the tell came from the bot HEAD main | 4 days | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ################################### | ||||
| * | Revert "this is a test" | 2026-05-18 | 1 | -0/+0 | |
| | | | | | This reverts commit 616505007bfd3144b1bd987da8a613251b70bc31. | ||||
| * | this is a test | 2026-05-18 | 1 | -0/+0 | |
| | | |||||
| * | Add !statu as another typo of the !status command | 2026-05-07 | 1 | -1/+2 | |
| | | |||||
| * | transferinliner: Also exclude .zip .7z .bundle | 2026-04-29 | 1 | -1/+1 | |
| | | |||||
| * | fix typo in transferinliner | 2026-04-25 | 1 | -1/+1 | |
| | | |||||
| * | transferinliner: Support <> links | 2026-04-12 | 1 | -1/+1 | |
| | | |||||
| * | transferinliner: ignore wpull2-db-edit from +o | 2026-04-12 | 1 | -0/+6 | |
| | | |||||
| * | *-chat: Don't relay messages from nullbot or kh2i | 2026-03-31 | 4 | -0/+31 | |
| | | |||||
| * | gitgud-chat | 2026-03-09 | 2 | -0/+79 | |
| | | |||||
| * | atmisc: Disable bmeme for #jseater | 2026-01-29 | 1 | -0/+3 | |
| | | | | | | | | | The #jseater channel works based on !brozzle, or !b, and it's kind of annoying, even if somewhat funny to have it always say 🅱️ after someone queues something. This is more noticeable when, for example, bots bulk queue things. | ||||
| * | remind - error out if any of the fields are empty, not just the first | 2026-01-18 | 1 | -1/+1 | |
| | | |||||
| * | add jseater to source lines | 2026-01-16 | 1 | -0/+1 | |
| | | |||||
| * | jseater-chat: init | 2026-01-08 | 1 | -0/+67 | |
| | | |||||
| * | lilykarma: implement more ignores | 2026-01-06 | 1 | -0/+31 | |
| | | |||||
| * | lilykarma: remove whitespace at end of line | 2026-01-06 | 1 | -58/+58 | |
| | | |||||
| * | make ,join and ,part take +f instead of +o | 2026-01-01 | 1 | -4/+4 | |
| | | |||||
| * | firechannels - remove chsub | 2025-12-12 | 1 | -19/+0 | |
| | | |||||
| * | Add !ignd command like !igd but for ignoring offsite instead of onsite URLs | 2025-12-12 | 1 | -4/+14 | |
| | | |||||
| * | convert reminder to tell if theyre gone | 2025-11-26 | 1 | -1/+7 | |
| | | |||||
| * | space2tab | 2025-11-26 | 2 | -249/+249 | |
| | | |||||
| * | tell - update equality test | 2025-10-27 | 1 | -3/+3 | |
| | | |||||
| * | xcancel -> nitter | 2025-05-30 | 2 | -2/+1 | |
| | | |||||
| * | nitter -> xcancel | 2024-12-17 | 1 | -1/+1 | |
| | | |||||
| * | add part command | 2024-12-17 | 1 | -0/+35 | |
| | | |||||
| * | update readme | 2024-11-29 | 1 | -0/+8 | |
| | | |||||
| * | lilykarma update locking | 2024-11-20 | 1 | -9/+11 | |
| | | |||||
| * | add config sample as readme | 2024-11-05 | 1 | -0/+42 | |
| | | |||||
| * | exclamation marks by themselves arent commands | 2024-10-23 | 3 | -3/+3 | |
| | | |||||
| * | init | 2024-10-23 | 42 | -0/+9190 | |
