forked from PsychoticNinja/irssi
the whole line. -mask option matches the text for nick mask (it didn't even work before). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@391 dbcabf3a-b0e7-0310-adc4-f8d773084564
8 lines
191 B
C
8 lines
191 B
C
#ifndef __IRC_HILIGHT_TEXT_H
|
|
#define __IRC_HILIGHT_TEXT_H
|
|
|
|
char *irc_hilight_find_nick(const char *channel, const char *nick,
|
|
const char *address, int level, const char *msg);
|
|
|
|
#endif
|