Merge pull request #45 from somasonic/master
Fix grammatical error in extensions/chm_sslonly.c
This commit is contained in:
commit
a150c5935b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue