diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-19 02:15:15 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-19 02:15:15 +0000 |
commit | b8375d471fe245f454b1cdf15f5379fe17a1c928 (patch) | |
tree | 336e8df6842147615f666a7dc3f24be97bec11cf /src/core/server-connect-rec.h | |
parent | fa1715b5155c88749af8ecedfeffc97a4502fd9c (diff) | |
download | irssi-b8375d471fe245f454b1cdf15f5379fe17a1c928.zip |
Connection updates: moved /SERVER and /CONNECT to core from irc.
Several other related multiprotocol updates.
Removed /SILCSERVER from SILC, /CONNECT and /SERVER should work
properly now. Rejoining channels after reconnection works.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1245 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r-- | src/core/server-connect-rec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h index 6378fd83..90b2ed7c 100644 --- a/src/core/server-connect-rec.h +++ b/src/core/server-connect-rec.h @@ -24,4 +24,3 @@ char *realname; unsigned int reconnection:1; /* we're trying to reconnect */ char *channels; char *away_reason; -char *usermode; |