Skip to content

Commit

Permalink
UnrealIRCd does support channel Q-Lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ValwareIRC committed Mar 13, 2024
1 parent 9d23473 commit c660797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/protocol/unreal4.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ unreal_qline_sts(const char *server, const char *name, long duration, const char
{
struct service *svs;

if (*name == '#' || *name == '&')
if (*name == '&')
{
slog(LG_INFO, "SQLINE: Could not set SQLINE on \2%s\2, not supported by unrealircd.", name);
return;
Expand Down

0 comments on commit c660797

Please sign in to comment.