diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-30 10:56:53 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-30 10:56:53 +0000 |
commit | 040e76a005043fe2993eb17f1ae37efbf67ad37c (patch) | |
tree | 5b0e9e05507d13bda8f4ff151e2f593c78c82139 /src/numeric.c | |
parent | 9f69ad60ff28ba4f1d22b0e92fcf54f1757dcac4 (diff) |
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2144 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/numeric.c')
-rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index 0d4058f..17d7656 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -312,7 +312,7 @@ static const char *replies[] = { /* 282 RPL_ENDOFACCEPT */ ":%s 282 %s :End of /ACCEPT list.", /* 283 */ NULL, /* 284 */ NULL, -/* 285 RPL_NEWHOSTIS */ ":%s 285 %s :Your new host is - [%s@%s]", +/* 285 RPL_NEWHOSTIS */ ":%s 285 %s :Your new host is %s", /* 286 */ NULL, /* 287 */ NULL, /* 288 */ NULL, |