bunch of new stuff, a few fixes
[distro-setup] / fsfsys-recent.tcl
diff --git a/fsfsys-recent.tcl b/fsfsys-recent.tcl
new file mode 100644 (file)
index 0000000..a1dff26
--- /dev/null
@@ -0,0 +1,5 @@
+bind pubm * "#fsfsys fsysbot catch me up" fsfsys-recent
+
+proc fsfsys-recent { nick user handle channel text } {
+    putserv "PRIVMSG $nick :[exec /b/ds/fsfsys-recent]"
+}