mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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:
parent
ab0c12b74c
commit
078a10900f
3 changed files with 26 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue