mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -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…
Reference in New Issue
Block a user