]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-channel.h
Refactor join_send_topic() into IRC_Send_Channel_Info() and use it for JOIN and NJOIN...
[ngircd-alex.git] / src / ngircd / irc-channel.h
index 685ec0c3044eccd711ea0c9e085fca5acbd5bdfb..77f00f86e66c0f90255c0c1f543e84e64946f188 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2022 by Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,6 +25,8 @@ GLOBAL bool IRC_LIST PARAMS((CLIENT *Client, REQUEST *Req ));
 
 GLOBAL bool IRC_CHANINFO PARAMS((CLIENT *Client, REQUEST *Req ));
 
+GLOBAL bool IRC_Send_Channel_Info PARAMS((CLIENT *Client, CHANNEL *Chan));
+
 #endif
 
 /* -eof- */