aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix remind-to-tell, pretend the tell came from the bot HEAD mainGravatar steering72534 days1-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"Gravatar steering72532026-05-181-0/+0
| | | | This reverts commit 616505007bfd3144b1bd987da8a613251b70bc31.
* this is a testGravatar steering72532026-05-181-0/+0
|
* Add !statu as another typo of the !status commandGravatar Paul Wise2026-05-071-1/+2
|
* transferinliner: Also exclude .zip .7z .bundleGravatar klea2026-04-291-1/+1
|
* fix typo in transferinlinerGravatar steering72532026-04-251-1/+1
|
* transferinliner: Support <> linksGravatar klea2026-04-121-1/+1
|
* transferinliner: ignore wpull2-db-edit from +oGravatar klea2026-04-121-0/+6
|
* *-chat: Don't relay messages from nullbot or kh2iGravatar klea2026-03-314-0/+31
|
* gitgud-chatGravatar steering72532026-03-092-0/+79
|
* atmisc: Disable bmeme for #jseaterGravatar klea2026-01-291-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 firstGravatar steering72532026-01-181-1/+1
|
* add jseater to source linesGravatar steering72532026-01-161-0/+1
|
* jseater-chat: initGravatar klea2026-01-081-0/+67
|
* lilykarma: implement more ignoresGravatar klea2026-01-061-0/+31
|
* lilykarma: remove whitespace at end of lineGravatar klea2026-01-061-58/+58
|
* make ,join and ,part take +f instead of +oGravatar steering72532026-01-011-4/+4
|
* firechannels - remove chsubGravatar steering72532025-12-121-19/+0
|
* Add !ignd command like !igd but for ignoring offsite instead of onsite URLsGravatar Paul Wise2025-12-121-4/+14
|
* convert reminder to tell if theyre goneGravatar steering72532025-11-261-1/+7
|
* space2tabGravatar steering72532025-11-262-249/+249
|
* tell - update equality testGravatar John Runyon2025-10-271-3/+3
|
* xcancel -> nitterGravatar steering72532025-05-302-2/+1
|
* nitter -> xcancelGravatar steering72532024-12-171-1/+1
|
* add part commandGravatar steering72532024-12-171-0/+35
|
* update readmeGravatar steering72532024-11-291-0/+8
|
* lilykarma update lockingGravatar steering72532024-11-201-9/+11
|
* add config sample as readmeGravatar steering72532024-11-051-0/+42
|
* exclamation marks by themselves arent commandsGravatar steering72532024-10-233-3/+3
|
* initGravatar fireonlive2024-10-2342-0/+9190