diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-07 12:05:54 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-07 12:05:54 +0000 |
commit | 8ddda2eb785e0624612dcef4e746bec74b761cfa (patch) | |
tree | 2da1db0181f12d14834162b319b6892d6eaa382f /src/messages.c | |
parent | 1ad4aed21cd9bae62dde5219526797e7a5c58cf7 (diff) |
BUILD : 1.7.14 (1126) BUGS : N/A NOTES : Applied ThaPrinces plexus support patch
git-svn-id: svn://svn.anope.org/anope/trunk@1126 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@850 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/messages.c')
-rw-r--r-- | src/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages.c b/src/messages.c index 8353987c6..9c678e5df 100644 --- a/src/messages.c +++ b/src/messages.c @@ -354,7 +354,7 @@ int m_whois(char *source, char *who) /* Bots are handled separately */ anope_cmd_311("%s %s %s %s * :%s", source, bi->nick, bi->user, bi->host, bi->real); - anope_cmd_307("%s :%s is a registered nick", source, bi->nick); + anope_cmd_307("%s %s :is a registered nick", source, bi->nick); anope_cmd_312("%s %s %s :%s", source, bi->nick, ServerName, ServerDesc); anope_cmd_317("%s %s %ld %ld :seconds idle, signon time", |