aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainFix remind-to-tell, pretend the tell came from the botGravatar steering72534 days
 
 
AgeCommit messageAuthorFilesLines
4 daysFix 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 mainGravatar steering72531-3/+4
2026-05-18Revert "this is a test"•••This reverts commit 616505007bfd3144b1bd987da8a613251b70bc31. Gravatar steering72531-0/+0
2026-05-18this is a testGravatar steering72531-0/+0
2026-05-07Add !statu as another typo of the !status commandGravatar Paul Wise1-1/+2
2026-04-29transferinliner: Also exclude .zip .7z .bundleGravatar klea1-1/+1
2026-04-25fix typo in transferinlinerGravatar steering72531-1/+1
2026-04-12transferinliner: Support <> linksGravatar klea1-1/+1
2026-04-12transferinliner: ignore wpull2-db-edit from +oGravatar klea1-0/+6
2026-03-31*-chat: Don't relay messages from nullbot or kh2iGravatar klea4-0/+31
2026-03-09gitgud-chatGravatar steering72532-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