From 2b8580c8a73ecdb2846b745c32b0ba51be4458e3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 30 Sep 2000 22:49:48 +0000 Subject: multiprotocol updates. SILC prints channel and private messages now using the same message formats as IRC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@699 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/irc-servers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irc/core/irc-servers.h') diff --git a/src/irc/core/irc-servers.h b/src/irc/core/irc-servers.h index 0b66f27c..25b6f422 100644 --- a/src/irc/core/irc-servers.h +++ b/src/irc/core/irc-servers.h @@ -37,7 +37,6 @@ typedef struct { char *real_address; /* address the irc server gives */ char *usermode; /* The whole mode string .. */ char *userhost; /* /USERHOST - set when joined to first channel */ - char *last_invite; /* channel where you were last invited */ int whois_coming:1; /* Mostly just to display away message right.. */ int whois_found:1; /* Did WHOIS return any entries? */ -- cgit v1.2.3