X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc.h;h=90e0326a7382a379dff8eed6d330dc8f906b91e4;hp=e02516ef9a13e777a00c31f35d03249f7b8a79fc;hb=ca33cbda05902b0009058d369f88c0a7a43b1bbe;hpb=2ee05c9a6856d78f996dfbc991452e4cc1c58c37 diff --git a/src/ngircd/irc.h b/src/ngircd/irc.h index e02516ef..90e0326a 100644 --- a/src/ngircd/irc.h +++ b/src/ngircd/irc.h @@ -9,28 +9,9 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc.h,v 1.28 2002/03/03 17:15:11 alex Exp $ + * $Id: irc.h,v 1.30 2002/03/12 14:37:52 alex Exp $ * * irc.h: IRC-Befehle (Header) - * - * $Log: irc.h,v $ - * Revision 1.28 2002/03/03 17:15:11 alex - * - Source in weitere Module fuer IRC-Befehle aufgesplitted. - * - * Revision 1.27 2002/02/27 23:26:36 alex - * - einige Funktionen in irc-xxx-Module ausgegliedert. - * - * Revision 1.26 2002/02/27 20:33:13 alex - * - Channel-Topics implementiert. - * - * Revision 1.25 2002/02/27 18:23:46 alex - * - IRC-Befehl "AWAY" implementert. - * - * Revision 1.24 2002/02/23 21:39:48 alex - * - IRC-Befehl KILL sowie Kills bei Nick Collsisions implementiert. - * - * Revision 1.23 2002/02/17 23:38:58 alex - * - neuer IRC-Befehl VERSION implementiert: IRC_VERSION(). */ @@ -62,6 +43,7 @@ GLOBAL BOOLEAN IRC_KILL( CLIENT *Client, REQUEST *Req ); GLOBAL BOOLEAN IRC_Send_NAMES( CLIENT *Client, CHANNEL *Chan ); GLOBAL BOOLEAN IRC_Send_LUSERS( CLIENT *Client ); GLOBAL BOOLEAN IRC_Show_MOTD( CLIENT *Client ); +GLOBAL BOOLEAN IRC_Send_WHO( CLIENT *Client, CHANNEL *Chan, BOOLEAN OnlyOps ); #endif