don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1032 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-01 04:22:31 +00:00 committed by cras
commit 078a10900f
3 changed files with 26 additions and 9 deletions

View file

@ -3,6 +3,6 @@
/* convert _underlined_ and *bold* words (and phrases) to use real
underlining or bolding */
char *expand_emphasis(const char *text);
char *expand_emphasis(WI_ITEM_REC *item, const char *text);
#endif