about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-04 01:10:30 +0100
committerJames Booth <boothj5@gmail.com>2015-05-04 01:10:30 +0100
commit3dace733d982fdb33670f9a919cd9f46661d7088 (patch)
treeab9ca2073a03035425a87d103b545f15c555b110 /src/command
parentbb2b5d20d5cf34e5644b9f04889e0e90e06aeb8a (diff)
parentb1dd1e2726892ac8152ba4b8f880f693c113a6e9 (diff)
downloadprofani-tty-3dace733d982fdb33670f9a919cd9f46661d7088.tar.gz
Merge branch 'master' into pgp
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index f3a247e8..4c868d77 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -125,7 +125,7 @@ cmd_execute_default(const char * inp)
     case WIN_MUC:
     {
         ProfMucWin *mucwin = wins_get_current_muc();
-        cl_ev_send_muc_msg(mucwin->roomjid, inp);
+        cl_ev_send_muc_msg(mucwin, inp);
         break;
     }
     default:
@@ -3166,7 +3166,7 @@ cmd_tiny(gchar **args, struct cmd_help_t help)
     case WIN_MUC:
     {
         ProfMucWin *mucwin = wins_get_current_muc();
-        cl_ev_send_muc_msg(mucwin->roomjid, tiny);
+        cl_ev_send_muc_msg(mucwin, tiny);
         break;
     }
     default: