mostly fixes, a few improvements
[distro-setup] / filesystem / usr / local / bin / prof-irc
index 31c2823c3001bb8f9c4f9d52c8026d958286c4af..c9ffaac3cf5cef3e472ba243ff58a58797f65f89 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+# man profanity says:
+# ALT+c  Run external editor (see profanity-editor(1)) for current input line.
+# note: this is NOT in the online manual list of commands, that has got to
+# be a bug.
+
 # This, along with changes to emacs init file and prof-remote allows us
 # to press alt-c in profanity to send the current text to #fsfsys.
 exec emacsclient -s profanity -a "" "$@"