mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
2ae679be08
sent when /msg command is used. this way we don't need to parse the /msg's options everywhere. also efnet @#channels support works now better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1041 dbcabf3a-b0e7-0310-adc4-f8d773084564
11 lines
282 B
C
11 lines
282 B
C
#ifndef __FE_MESSAGES_H
|
|
#define __FE_MESSAGES_H
|
|
|
|
/* convert _underlined_ and *bold* words (and phrases) to use real
|
|
underlining or bolding */
|
|
char *expand_emphasis(WI_ITEM_REC *item, const char *text);
|
|
|
|
char *channel_get_nickmode(CHANNEL_REC *channel, const char *nick);
|
|
|
|
#endif
|