X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/83ff05c356f6497be2475640d1cb2e3eb369831f..1c5f669705f14465beb02aaea58a0bfc3221a35e:/src/global.h diff --git a/src/global.h b/src/global.h index 3078a91..0c645b3 100644 --- a/src/global.h +++ b/src/global.h @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * 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 * (at your option) any later version. @@ -33,21 +33,6 @@ #define MESSAGE_RECIPIENT_STAFF (MESSAGE_RECIPIENT_HELPERS | MESSAGE_RECIPIENT_OPERS) #define MESSAGE_RECIPIENT_ALL (MESSAGE_RECIPIENT_LUSERS | MESSAGE_RECIPIENT_CHANNELS) -struct globalMessage -{ - unsigned long id; - long flags; - - time_t posted; - unsigned long duration; - - char *from; - char *message; - - struct globalMessage *prev; - struct globalMessage *next; -}; - void init_global(const char *nick); void global_message(long targets, char *text);