aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:52 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:52 +0000
commit8fb2f089b39048d2f742a8558552a3e994410773 (patch)
treef279e65cec8df5f8602d5e83c465e233dbb72dfd
parent1580386217695e12d8eb6152a2d447262ef2d29d (diff)
downloadperlpsyc-8fb2f089b39048d2f742a8558552a3e994410773.tar.gz
perlpsyc-8fb2f089b39048d2f742a8558552a3e994410773.zip
simple newline enough for newnym
-rwxr-xr-xbin/psycamp2
-rwxr-xr-xbin/remotor2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/psycamp b/bin/psycamp
index f8844f6..6508d1d 100755
--- a/bin/psycamp
+++ b/bin/psycamp
@@ -710,7 +710,7 @@ X
710# &gin("seek $1 $2"); 710# &gin("seek $1 $2");
711# } 711# }
712 712
713 if (/^q(q|quit)\b/) { 713 if (/^q(q|quit)\b/ or /QQ?/) {
714 print BOLD, GREEN, ">> scheduled to quit after this track\n", RESET; 714 print BOLD, GREEN, ">> scheduled to quit after this track\n", RESET;
715 $quitLater++, next; 715 $quitLater++, next;
716 } 716 }
diff --git a/bin/remotor b/bin/remotor
index a3e3d32..e467a2d 100755
--- a/bin/remotor
+++ b/bin/remotor
@@ -153,7 +153,7 @@ sub keyparse {
153 return tellpsyc("_message_public", $1) if m!^\s*/\s+(.*\S.*)$!; 153 return tellpsyc("_message_public", $1) if m!^\s*/\s+(.*\S.*)$!;
154 return unless $torsock; 154 return unless $torsock;
155 return &circtoggle if /^\s*t\s*$/i; 155 return &circtoggle if /^\s*t\s*$/i;
156 s/^\s*n\s*$/SIGNAL NEWNYM\n/i; 156 s/^\s*n?\s*$/SIGNAL NEWNYM\n/i;
157 s/^\s*c\s*$/GETINFO circuit-status\n/i; 157 s/^\s*c\s*$/GETINFO circuit-status\n/i;
158 s/^\s*s\s*$/GETINFO stream-status\n/i; 158 s/^\s*s\s*$/GETINFO stream-status\n/i;
159 s/^\s*g\s*$/GETINFO entry-guards\n/i; 159 s/^\s*g\s*$/GETINFO entry-guards\n/i;