CtdlCheckExpress() now accepts a session context.
[citadel.git] / citadel / server / modules / roomchat / serv_roomchat.c
index 91e21fca148e22ed5127f8a93325c3386db951c5..842862c8175e69e64dc5bfa3ac8a16ccc9a451a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This module handles instant messaging between users.
  * 
- * Copyright (c) 2012-2022 by the citadel.org team
+ * Copyright (c) 2012-2024 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
@@ -185,7 +185,7 @@ void roomchat_rwho(char *argbuf) {
                return;
        }
 
-       cprintf("%d%c \n", LISTING_FOLLOWS, CtdlCheckExpress() );
+       cprintf("%d%c \n", LISTING_FOLLOWS, CtdlCheckExpress(CC) );
        
        nptr = CtdlGetContextArray(&nContexts) ;                // grab a copy of the wholist
        if (nptr) {