]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-mode.h
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / src / ngircd / irc-mode.h
index 9d13a7eb957e701b7b346dd6457b9d7a084e914d..4447afb502ceb085dcba359231e5022e7aac9b0b 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __irc_mode_h__
 #define __irc_mode_h__
 
@@ -21,8 +20,6 @@
 GLOBAL bool IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req ));
 GLOBAL bool IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req ));
 
-
 #endif
 
-
 /* -eof- */