forgot these from /MOTD fix..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@260 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-01 17:07:32 +00:00 committed by cras
commit 7a255bf839
2 changed files with 3 additions and 0 deletions

View file

@ -75,6 +75,8 @@ typedef struct {
GHashTable *module_data;
/* -- IRC specific - change if you wish -- */
time_t real_connect_time; /* time when we received 001-event. */
char *real_address; /* address the irc server gives */
char *version; /* server version - taken from 004 event */
char *usermode; /* The whole mode string .. */