diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 21:12:10 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 21:12:10 +0000 |
commit | 5373ece5559e97b5ac770934f02b901817c0d4a0 (patch) | |
tree | e32119609530df1a10863468cd6dee37c2ed4895 /src/protocol/charybdis.c | |
parent | e4dfff282dd4b95ee5ade2914b7be1ded73d5eb9 (diff) |
Add UID parameter to SendClientIntroduction, and make it get a UID. This is a bit... ugly... but hey, if it works.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1514 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index ba6f5f1eb..400cccbe0 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -641,7 +641,7 @@ class CharybdisProto : public IRCDProto charybdis_cmd_svinfo(); } - void SendClientIntroduction(const char *nick, const char *user, const char *host, const char *real, const char *modes) + void SendClientIntroduction(const char *nick, const char *user, const char *host, const char *real, const char *modes, const char *uid) { EnforceQlinedNick(nick, NULL); if (UseTS6) { |