mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Ignore was moved to core.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@729 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b61e210389
commit
55299b6b4a
9 changed files with 29 additions and 27 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __IGNORE_H
|
||||
#define __IGNORE_H
|
||||
|
||||
#include "servers.h"
|
||||
|
||||
typedef struct {
|
||||
char *mask; /* nick mask */
|
||||
char *servertag; /* this is for autoignoring */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue