Merge r22 from branches/ircii-pana-1.1
Fix spelling error in dcc.c git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@39 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1175,7 +1175,7 @@ UserList *ul = NULL;
|
|||||||
TempInt = (unsigned)strtoul(port, NULL, 10);
|
TempInt = (unsigned)strtoul(port, NULL, 10);
|
||||||
if (TempInt < 1024)
|
if (TempInt < 1024)
|
||||||
{
|
{
|
||||||
put_it("%s", convert_output_format("$G %RDCC%n Priveleged port attempt [$0]", "%d", TempInt));
|
put_it("%s", convert_output_format("$G %RDCC%n Privileged port attempt [$0]", "%d", TempInt));
|
||||||
reset_display_target();
|
reset_display_target();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user