diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-12 12:54:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-12 12:54:51 +0000 |
commit | 642b665fb0967dc9dcbaed5f54b52276ea230e12 (patch) | |
tree | 9e6259b4e496c372826da36fc27bb772f157c3ff /include/inspircd.h | |
parent | f98a8569791abd5d021285871c93e7e3d7f04446 (diff) |
Added 'a' amd 'b' server link tokens (change gecos, change host)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@562 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index c81efb992..d88e25a1f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -114,4 +114,6 @@ void kill_link(userrec *user,const char* r); int usercount(chanrec *c); void call_handler(const char* commandname,char **parameters, int pcnt, userrec *user); void send_network_quit(const char* nick, const char* reason); +void ChangeName(userrec* user, const char* gecos); +void ChangeDisplayedHost(userrec* user, const char* host); |