X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..928e5a35af3dc82bdfbdd041dd3160e0a59aa01d:/src/global.h diff --git a/src/global.h b/src/global.h index 0c645b3..233cb6b 100644 --- a/src/global.h +++ b/src/global.h @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -25,7 +25,6 @@ #define MESSAGE_RECIPIENT_HELPERS 0x002 #define MESSAGE_RECIPIENT_OPERS 0x004 #define MESSAGE_RECIPIENT_CHANNELS 0x008 -#define MESSAGE_RECIPIENT_ANNOUNCE 0x040 #define MESSAGE_OPTION_SOURCELESS 0x010 #define MESSAGE_OPTION_IMMEDIATE 0x020 @@ -36,5 +35,6 @@ void init_global(const char *nick); void global_message(long targets, char *text); +void global_message_args(long targets, const char *language_entry, ...); #endif