<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/at-eggdrop-scripts.git/remind.tcl, branch main</title>
<subtitle>fireonlive's eggdrop scripts for ArchiveTeam</subtitle>
<id>https://cgit.space/~steering/at-eggdrop-scripts.git/atom/remind.tcl?h=main</id>
<link rel='self' href='https://cgit.space/~steering/at-eggdrop-scripts.git/atom/remind.tcl?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/'/>
<updated>2026-06-06T19:10:09Z</updated>
<entry>
<title>Fix remind-to-tell, pretend the tell came from the bot</title>
<updated>2026-06-06T19:10:09Z</updated>
<author>
<name>steering7253</name>
</author>
<published>2026-06-06T19:10:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/commit/?id=972409448864b49d57615e90c3db1680ef903a6f'/>
<id>urn:sha1:972409448864b49d57615e90c3db1680ef903a6f</id>
<content type='text'>
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

 ###################################
</content>
</entry>
<entry>
<title>remind - error out if any of the fields are empty, not just the first</title>
<updated>2026-01-18T13:31:10Z</updated>
<author>
<name>steering7253</name>
</author>
<published>2026-01-18T13:31:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/commit/?id=cc25693c227b701865245ba32e4bff1f5da3e931'/>
<id>urn:sha1:cc25693c227b701865245ba32e4bff1f5da3e931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert reminder to tell if theyre gone</title>
<updated>2025-11-27T00:10:21Z</updated>
<author>
<name>steering7253</name>
</author>
<published>2025-11-27T00:10:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/commit/?id=28a28fb1ea412b2a3bb95c1e96b9d3d81eff176a'/>
<id>urn:sha1:28a28fb1ea412b2a3bb95c1e96b9d3d81eff176a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>space2tab</title>
<updated>2025-11-26T23:05:37Z</updated>
<author>
<name>steering7253</name>
</author>
<published>2025-11-26T23:05:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/commit/?id=260aab1fd3a5c70f5b6085946978681dc2ed347e'/>
<id>urn:sha1:260aab1fd3a5c70f5b6085946978681dc2ed347e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init</title>
<updated>2024-10-23T06:39:49Z</updated>
<author>
<name>fireonlive</name>
</author>
<published>2024-08-09T19:04:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/at-eggdrop-scripts.git/commit/?id=985dcb2901d2527b79976df787035425294200b9'/>
<id>urn:sha1:985dcb2901d2527b79976df787035425294200b9</id>
<content type='text'>
</content>
</entry>
</feed>
