repo: ngircd action: commit revision: path_from: revision_from: b61087bab5676050882c861f2607e91be9ed266c: path_to: revision_to:
commit b61087bab5676050882c861f2607e91be9ed266c Author: Alexander BartonDate: Sat Dec 29 03:09:31 2001 +0000 - Neue Funktion IRC_MODE() implementiert. diff --git a/src/ngircd/irc.h b/src/ngircd/irc.h
--- a/src/ngircd/irc.h +++ b/src/ngircd/irc.h @@ -9,11 +9,14 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc.h,v 1.8 2001/12/27 19:17:26 alex Exp $ + * $Id: irc.h,v 1.9 2001/12/29 03:09:31 alex Exp $ * * irc.h: IRC-Befehle (Header) * * $Log: irc.h,v $ + * Revision 1.9 2001/12/29 03:09:31 alex + * - Neue Funktion IRC_MODE() implementiert. + * * Revision 1.8 2001/12/27 19:17:26 alex * - neue Befehle PRIVMSG, NOTICE, PING. * @@ -67,6 +70,8 @@ GLOBAL BOOLEAN IRC_MOTD( CLIENT *Client, REQUEST *Req ); GLOBAL BOOLEAN IRC_PRIVMSG( CLIENT *Client, REQUEST *Req ); GLOBAL BOOLEAN IRC_NOTICE( CLIENT *Client, REQUEST *Req ); +GLOBAL BOOLEAN IRC_MODE( CLIENT *Client, REQUEST *Req ); + #endif
-----END OF PAGE-----