about summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-05 14:46:34 -0500
committerJune McEnroe <june@causal.agency>2018-12-05 14:46:34 -0500
commit2797ac8abfdfa3d89120b6781157eb8164406287 (patch)
treef626957c16686e43ea0108ee28f7f085a6afc922 /chat.c
parentAdd standards needed for SASL to catgirl.1 (diff)
downloadcatgirl-2797ac8abfdfa3d89120b6781157eb8164406287.tar.gz
catgirl-2797ac8abfdfa3d89120b6781157eb8164406287.zip
Rename verbose to raw
And change the format of the sticky tag names again.
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c
index fa9cfe7..f391fb2 100644
--- a/chat.c
+++ b/chat.c
@@ -62,7 +62,7 @@ int main(int argc, char *argv[]) {
 			break; case 'p': self.port = dupe(optarg);
 			break; case 'r': self.real = dupe(optarg);
 			break; case 'u': self.user = dupe(optarg);
-			break; case 'v': self.verbose = true;
+			break; case 'v': self.raw = true;
 			break; case 'w': self.pass = dupe(optarg);
 			break; default:  return EX_USAGE;
 		}