diff options
-rw-r--r-- | files/what | 16 | ||||
-rw-r--r-- | scripts/chain | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/files/what b/files/what new file mode 100644 index 0000000..0454171 --- /dev/null +++ b/files/what @@ -0,0 +1,16 @@ +Qmy nick +A%n +Qyour nick +A%m +Q%n +A%%n is your nick. "%n" +Q%m +A%%m is my nick. "%m" +Q%f +A%%f is the source of the message. "%f" right now. +Q%r +A%%r is a random single digit integer. for example: "%r" +Q%p +A%%p is my PID. "%p" +Qyour PID +A%p diff --git a/scripts/chain b/scripts/chain new file mode 100644 index 0000000..a631054 --- /dev/null +++ b/scripts/chain @@ -0,0 +1,2 @@ +!changetail %~/files/eval %f 18 +!leetappend %~/files/eval 10 %s |