updates.
[crypto.git] / apps / irssi / src / core / commands.h
index 3e55a2adc04f0e7d9ab40504e5251b402786309b..e3bf4374346d94e32242878ee8bce9efff304f90 100644 (file)
@@ -136,7 +136,7 @@ int command_have_option(const char *cmd, const char *option);
 /* optional channel in first argument */
 #define PARAM_FLAG_OPTCHAN 0x00010000
 /* optional channel in first argument, but don't treat "*" as current channel */
-#define PARAM_FLAG_OPTCHAN_NAME 0x00030000
+#define PARAM_FLAG_OPTCHAN_NAME (0x00020000|PARAM_FLAG_OPTCHAN)
 
 char *cmd_get_param(char **data);
 /* get parameters from command - you should point free_me somewhere and