]> code.citadel.org Git - citadel.git/commitdiff
* Modified rooms.c in the client so that it would allow inviting into
authorAndru Luvisi <cough@uncensored.citadel.org>
Tue, 17 Apr 2001 00:35:19 +0000 (00:35 +0000)
committerAndru Luvisi <cough@uncensored.citadel.org>
Tue, 17 Apr 2001 00:35:19 +0000 (00:35 +0000)
  public rooms.  This is important since there is now a V_LOCKOUT
  flag which prevents users who have been kicked from rejoining
  a room unless/until you invite them back in.

citadel/ChangeLog

index a9aaee232ee78995e21250ea76e3739bca4089a5..9c578ccd2910440da8a9f7e0aaff8d299da96179 100644 (file)
@@ -1,4 +1,10 @@
  $Log$
+ Revision 573.127  2001/04/17 00:35:19  cough
+ * Modified rooms.c in the client so that it would allow inviting into
+   public rooms.  This is important since there is now a V_LOCKOUT
+   flag which prevents users who have been kicked from rejoining
+   a room unless/until you invite them back in.
+
  Revision 573.126  2001/04/16 19:21:14  cough
  * Fixed bug in room_ops.c that wasn't allowing aides to goto passworded
    rooms without knowing the password.