Moved nick/msg/channel completion to core with some cleanups.

Moved ignore checking to fe-ignore-messages.c.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@750 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-14 14:07:31 +00:00 committed by cras
commit 98060c3185
13 changed files with 807 additions and 807 deletions

View file

@ -1,17 +1,3 @@
#include "common.h"
#define MODULE_NAME "fe-common/irc"
typedef struct {
time_t time;
char *nick;
} LAST_MSG_REC;
typedef struct {
GSList *lastmsgs; /* List of nicks who last send you msg */
} MODULE_SERVER_REC;
typedef struct {
GSList *lastmsgs; /* List of nicks who last send message */
GSList *lastownmsgs; /* List of nicks who last send message to you */
} MODULE_CHANNEL_REC;