diff options
author | June McEnroe <june@causal.agency> | 2019-12-17 19:13:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-17 19:13:35 -0500 |
commit | 3b50477092a814d596d228445192e0f15f5f3b28 (patch) | |
tree | da12b81e421e0b958e4530bf06d9eaca7ed58c45 /litterbox.1 | |
parent | Separate dbBindText wrappers to allow for transient (diff) | |
download | litterbox-3b50477092a814d596d228445192e0f15f5f3b28.tar.gz litterbox-3b50477092a814d596d228445192e0f15f5f3b28.zip |
Insert events for PRIVMSG and NOTICE
Diffstat (limited to '')
-rw-r--r-- | litterbox.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/litterbox.1 b/litterbox.1 index 73d5f9e..98766e2 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd December 16, 2019 +.Dd December 17, 2019 .Dt LITTERBOX 1 .Os . @@ -71,7 +71,9 @@ Set the username to The default username is the same as the nickname. . .It Fl v -Write sent and received IRC messages to standard error. +Write sent and received IRC messages +as well as SQL INSERT statements +to standard error. . .It Fl w Ar pass Log in with the server password |