Explorar el Código

* Unset modesperline when disconnecting

Bryan Drewery hace 16 años
padre
commit
0225cf808f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/mod/server.mod/servmsg.c

+ 1 - 0
src/mod/server.mod/servmsg.c

@@ -1284,6 +1284,7 @@ static void disconnect_server(int idx, int dolost)
   have_cprivmsg = 0;
   have_cnotice = 0;
   use_flood_count = 0;
+  modesperline = 0;
   if (dolost) {
     Auth::DeleteAll();
     trying_server = 0;