2004-04-24 23:26:47 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > message.h Source File< / title >
< link href = "inspircd.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
<!-- Generated by Doxygen 1.3 - rc3 -->
< center >
< a class = "qindex" href = "main.html" > Main Page< / a > < a class = "qindex" href = "namespaces.html" > Namespace List< / a > < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > < a class = "qindex" href = "classes.html" > Alphabetical List< / a > < a class = "qindex" href = "annotated.html" > Compound List< / a > < a class = "qindex" href = "files.html" > File List< / a > < a class = "qindex" href = "functions.html" > Compound Members< / a > < a class = "qindex" href = "globals.html" > File Members< / a > < / center >
< hr > < h1 > message.h< / h1 > < a href = "message_8h.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < pre > 00001 < span class = "preprocessor" > #ifndef __MESSAGE_H< / span >
00002 < span class = "preprocessor" > < / span > < span class = "preprocessor" > #define __MESSAGE_H< / span >
00003 < span class = "preprocessor" > < / span >
00004 < span class = "comment" > // include the common header files< / span >
00005
00006 < span class = "preprocessor" > #include < typeinfo> < / span >
00007 < span class = "preprocessor" > #include < iostream> < / span >
00008 < span class = "preprocessor" > #include < string> < / span >
00009 < span class = "preprocessor" > #include < deque> < / span >
00010 < span class = "preprocessor" > #include < sstream> < / span >
00011 < span class = "preprocessor" > #include < vector> < / span >
00012 < span class = "preprocessor" > #include "< a class = "code" href = "users_8h.html" > users.h< / a > "< / span >
00013 < span class = "preprocessor" > #include "< a class = "code" href = "channels_8h.html" > channels.h< / a > "< / span >
00014
00015 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a0" > common_channels< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *u, < a class = "code" href = "classuserrec.html" > userrec< / a > *u2);
00016 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a1" > chop< / a > (< span class = "keywordtype" > char< / span > * str);
00017 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a2" > tidystring< / a > (< span class = "keywordtype" > char< / span > * str);
00018 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a4" > safedelete< / a > (< a class = "code" href = "classchanrec.html" > chanrec< / a > *p);
00019 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a4" > safedelete< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *p);
00020 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a5" > Blocking< / a > (< span class = "keywordtype" > int< / span > s);
00021 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a6" > NonBlocking< / a > (< span class = "keywordtype" > int< / span > s);
00022 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a7" > CleanAndResolve< / a > (< span class = "keywordtype" > char< / span > *resolvedHost, < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > *unresolvedHost);
00023 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a8" > c_count< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > * u);
00024 < span class = "keywordtype" > bool< / span > < a class = "code" href = "message_8h.html#a9" > hasumode< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > * user, < span class = "keywordtype" > char< / span > mode);
00025 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a10" > ChangeName< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > * user, < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * gecos);
00026 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a11" > ChangeDisplayedHost< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > * user, < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * host);
00027 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a12" > isident< / a > (< span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * n);
00028 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a13" > isnick< / a > (< span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * n);
00029 < span class = "keywordtype" > char< / span > * < a class = "code" href = "message_8h.html#a14" > cmode< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *user, < a class = "code" href = "classchanrec.html" > chanrec< / a > *chan);
00030 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a15" > cstatus< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *user, < a class = "code" href = "classchanrec.html" > chanrec< / a > *chan);
00031 < span class = "keywordtype" > int< / span > < a class = "code" href = "message_8h.html#a16" > has_channel< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *u, < a class = "code" href = "classchanrec.html" > chanrec< / a > *c);
00032 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a17" > TidyBan< / a > (< span class = "keywordtype" > char< / span > *ban);
00033 < span class = "keywordtype" > char< / span > * < a class = "code" href = "message_8h.html#a18" > chlist< / a > (< a class = "code" href = "classuserrec.html" > userrec< / a > *user);
00034 < span class = "keywordtype" > void< / span > < a class = "code" href = "message_8h.html#a19" > send_network_quit< / a > (< span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * nick, < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > * reason);
00035
00036 < span class = "preprocessor" > #endif< / span >
2004-04-29 15:23:02 +00:00
< / pre > < / div > < hr > < address style = "align: right;" > < small > Generated on Thu Apr 29 16:21:46 2004 for InspIRCd by
2004-04-24 23:26:47 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = 0
width=110 height=53>< / a > 1.3-rc3 < / small > < / address >
< / body >
< / html >