Author: Mark
Date: Tue Apr 19 07:51:28 2005
New Revision: 2552
Modified:
trunk/src/protocol/ircup10base.c
trunk/src/protocol/nefarious.c
Log:
remove nefarious only vhost from base
Modified: trunk/src/protocol/ircup10base.c
==============================================================================
--- trunk/src/protocol/ircup10base.c (original)
+++ trunk/src/protocol/ircup10base.c Tue Apr 19 07:51:28 2005
@@ -45,7 +45,6 @@
static void m_end_of_burst( char *origin, char **argv, int argc, int srv );
static void m_wallusers( char *origin, char **argv, int argc, int srv );
static void m_wallops( char *origin, char **argv, int argc, int srv );
-static void m_vhost( char *origin, char **argv, int argc, int srv );
/* Temporary buffers for numeric conversion */
char neostatsbase64[3] = "\0";
@@ -791,11 +790,6 @@
do_globops( b64origin, argv[0] );
}
-static void m_vhost( char *origin, char **argv, int argc, int srv )
-{
- do_vhost( base64_to_nick( argv[0] ), argv[1] );
-}
-
/* :<source> <command> <param1> <paramN> :<last parameter> */
/* <source> <command> <param1> <paramN> :<last parameter> */
int parse( void *notused, void *rline, size_t len )
Modified: trunk/src/protocol/nefarious.c
==============================================================================
--- trunk/src/protocol/nefarious.c (original)
+++ trunk/src/protocol/nefarious.c Tue Apr 19 07:51:28 2005
@@ -253,6 +253,7 @@
static void m_svsjoin( char *origin, char **argv, int argc, int srv );
static void m_svspart( char *origin, char **argv, int argc, int srv );
static void m_swhois( char *origin, char **argv, int argc, int srv );
+static void m_vhost( char *origin, char **argv, int argc, int srv );
ProtocolInfo protocol_info =
{
@@ -426,3 +427,7 @@
do_swhois( base64_to_nick( argv[0] ), argv[1] );
}
+static void m_vhost( char *origin, char **argv, int argc, int srv )
+{
+ do_vhost( base64_to_nick( argv[0] ), argv[1] );
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.