diff src/protocols/jabber/message.c @ 7955:119a22025818

[gaim-migrate @ 8630] fun jabber stuff, which isn't done yet. mostly harmless, and committing this now makes the next commit that much easier for a lazy person such as myself to type. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 29 Dec 2003 08:59:22 +0000
parents a99f0aebc7ce
children 64e94b6823c3
line wrap: on
line diff
--- a/src/protocols/jabber/message.c	Mon Dec 29 07:19:55 2003 +0000
+++ b/src/protocols/jabber/message.c	Mon Dec 29 08:59:22 2003 +0000
@@ -483,6 +483,8 @@
 	if(!strcmp(msg, "/configure") || !strcmp(msg, "/config")) {
 		jabber_chat_request_room_configure(chat);
 		return 1;
+	} else if(!strcmp(msg, "/register")) {
+		jabber_chat_register(chat);
 	}
 
 	jm = g_new0(JabberMessage, 1);