diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 04:05:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 04:05:14 +0000 |
commit | 88a4177e285d65affeb2c2b97e308449a2c0cd4c (patch) | |
tree | 42361db8c02d39f2d9d495da590a28fd00c4e03a /include/commands.h | |
parent | 66f0cd6469d2643858c2fcd14726d362696bd68d (diff) |
Nonblocking connect() for outbound server links (why was this blocking anyway)
Changed /map to show authenticating servers with a * similar to hybrid
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1485 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index c12d1b36b..d68c4273e 100644 --- a/include/commands.h +++ b/include/commands.h @@ -121,4 +121,8 @@ bool is_uline(const char* server); */ long duration(const char* str); +/** Server connect creation + */ +void ConnectServer(char* servermask, userrec* user); + #endif |