Fix grammatical error

This commit is contained in:
Andrew 2013-12-12 04:08:12 +00:00
parent b6e799f5df
commit 46b55df60b

View file

@ -45,7 +45,7 @@ h_can_join(hook_data_channel *data)
struct Channel *chptr = data->chptr;
if((chptr->mode.mode & mymode) && !IsSSLClient(source_p)) {
sendto_one_notice(source_p, ":Only users using SSL could join this channel!");
sendto_one_notice(source_p, ":Only users using SSL can join this channel!");
data->approved = ERR_CUSTOM;
}
}