1# $EPIC: servertype,v 1.3 2002/02/28 04:08:42 brian Exp $
2Synopsis:
3   $servertype(<index>)
4
5Technical:
6   This function associates a protocol type with the given index number of
7   a server connection, as shown in the client's internal server list.
8
9Practical:
10   At the moment this is only useful for determining whether or not SSL
11   is supported with a server connection.
12
13Returns:
14   Protocol type of the current or specified server. Currently this can
15   be either "IRC" or "IRC-SSL".
16
17Examples:
18   $servertype()                returns type of current server
19   $servertype(0)               returns type of server #0
20   $servertype($winserv())      returns type of server for current window
21
22See Also:
23   server(1); servnum(6); winserv(6)
24
25