]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/message.h
And fix typo
[user/henk/code/inspircd.git] / include / message.h
index b1af53bbc30967b3bf48adf692a9742d2270477a..aab2f6973db6ab9935977c8a2226cb3408a1721e 100644 (file)
  * ---------------------------------------------------
  */
 
-#ifndef __MESSAGE_H
-#define __MESSAGE_H
+#warning "message.h is deprecated and may be removed from a future version"
 
-// include the common header files
-
-#include <typeinfo>
-#include <iostream>
-#include <string>
-#include <deque>
-#include <sstream>
-#include <vector>
-#include "users.h"
-#include "channels.h"
-
-int isident(const char* n);
-int isnick(const char* n);
-const char* cmode(userrec *user, chanrec *chan);
-int cstatus(userrec *user, chanrec *chan);
-int cflags(userrec *user, chanrec *chan);
-
-#endif