mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
* level is now same as ALL
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1384 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
885e7fa0ec
commit
aa526bed41
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ int level_get(const char *level)
|
||||||
{
|
{
|
||||||
int n, len, match;
|
int n, len, match;
|
||||||
|
|
||||||
if (g_strcasecmp(level, "ALL") == 0)
|
if (g_strcasecmp(level, "ALL") == 0 || strcmp(level, "*") == 0)
|
||||||
return MSGLEVEL_ALL;
|
return MSGLEVEL_ALL;
|
||||||
|
|
||||||
if (g_strcasecmp(level, "NEVER") == 0)
|
if (g_strcasecmp(level, "NEVER") == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue