fixed crash if the user quits directly after performing a command & moved mysql_free...
[NeonServV5.git] / src / modcmd.h
index 9bb799cc1a3194158da7a5f7fceff811a32c7ca8..7465254d0615cd3dd457ad0579789384c9e72c61 100644 (file)
@@ -1,5 +1,5 @@
 /* modcmd.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@
 #define CMDFLAG_TEMPONARY_BIND          0x1000
 #define CMDFLAG_FUNCMD                  0x2000
 #define CMDFLAG_ESCAPE_ARGS             0x4000
+#define CMDFLAG_NO_CROSSCHAN            0x8000
 
 struct ClientSocket;
 struct UserNode;