Skip to content

Commit

Permalink
Whisper more chantypes (ValwareIRC#1)
Browse files Browse the repository at this point in the history
Thank you very much =]
  • Loading branch information
KoraggKnightWolf authored Jul 29, 2022
1 parent 4664804 commit bdc1b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper/whisper.mrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alias whisper {
echo -at You are not on a channel
return
}
if ($left(%nick,1) == $chr(35)) {
if ($left(%nick,1) isin $chantypes) {
echo -at * You cannot whisper to a channel
return
}
Expand Down

0 comments on commit bdc1b29

Please sign in to comment.