plugins/filectl.c

changeset 10272
29aff2eb9290
parent 10256
b03475373f0d
child 10320
f5b0f5cf8562
--- a/plugins/filectl.c	Sat Nov 27 16:09:31 2004 +0000
+++ b/plugins/filectl.c	Sat Nov 27 17:07:28 2004 +0000
@@ -57,7 +57,7 @@
 		gaim_debug_misc("filectl", "read: %s\n", buffer);
 		command = getarg(buffer, 0, 0);
 
-		if (!strncasecmp(command, "signon", 6)) {
+		if (!strncasecmp(command, "login", 6)) {
 			GaimAccount *account;
 
 			arg1 = getarg(buffer, 1, 0);
@@ -70,7 +70,7 @@
 			free(arg1);
 			free(arg2);
 
-		} else if (!strncasecmp(command, "signoff", 7)) {
+		} else if (!strncasecmp(command, "logout", 7)) {
 			GaimAccount *account;
 			GaimConnection *gc;
 

mercurial