about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-12 01:01:39 +0000
committerJames Booth <boothj5@gmail.com>2013-01-12 01:01:39 +0000
commitdad01d8f84431141eb93cba1409c2a4c01620548 (patch)
treeffa073e761bb8cb23edced11d423461ac9edaed5 /src/command.c
parentf8cc0c4d07cdf195372f554f2d1beeaf9182d977 (diff)
downloadprofani-tty-dad01d8f84431141eb93cba1409c2a4c01620548.tar.gz
Renamed room_chat module to muc
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 78a748aa..37b14ae1 100644
--- a/src/command.c
+++ b/src/command.c
@@ -41,7 +41,7 @@
 #include "preferences.h"
 #include "prof_autocomplete.h"
 #include "profanity.h"
-#include "room_chat.h"
+#include "muc.h"
 #include "theme.h"
 #include "tinyurl.h"
 #include "ui.h"