forked from PsychoticNinja/ailin-nemui-irssi
add Irssi::UI::TextDest->set_level($bits) to change the level
of a "print (no)format" or "print text" in the old code
This commit is contained in:
parent
2a2f7b826d
commit
f2f5fec091
@ -137,3 +137,11 @@ print(dest, str)
|
|||||||
char *str
|
char *str
|
||||||
CODE:
|
CODE:
|
||||||
printtext_dest(dest, "%s", str);
|
printtext_dest(dest, "%s", str);
|
||||||
|
|
||||||
|
void
|
||||||
|
set_level(dest, level)
|
||||||
|
Irssi::UI::TextDest dest
|
||||||
|
int level
|
||||||
|
CODE:
|
||||||
|
dest->level = level;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user