mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-15 00:47:46 +01:00
lib/irc: add "fullname" to isMeaningfulRealname
This commit is contained in:
parent
eec4126562
commit
08cd94d775
@ -657,7 +657,7 @@ export function isMeaningfulRealname(realname, nick) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (realname.toLowerCase() === "realname" || realname.toLowerCase() === "unknown") {
|
||||
if (realname.toLowerCase() === "realname" || realname.toLowerCase() === "unknown" || realname.toLowerCase() === "fullname") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user