aboutsummaryrefslogtreecommitdiff
path: root/transferinliner.tcl
diff options
context:
space:
mode:
authorGravatar steering72532026-06-06 13:10:09 -0600
committerGravatar steering72532026-06-06 13:10:09 -0600
commit972409448864b49d57615e90c3db1680ef903a6f (patch)
tree7e3b40b1de3d9cbd00c327906712fe7d1cbdb5b3 /transferinliner.tcl
parentRevert "this is a test" (diff)
Fix remind-to-tell, pretend the tell came from the bot HEAD main
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 ###################################
Diffstat (limited to 'transferinliner.tcl')
0 files changed, 0 insertions, 0 deletions