EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。

源代码在线查看: ip-to-int

软件大小: 752 K
上传用户: cando99
关键词: IRCII EPIC IRC 性能
下载地址: 免注册下载 普通下载 VIP

相关代码

				: {					This converts an ip address (which you provide)					into a 32 bit internet address, ala what DCC uses.					One small problem -- epic does math with 'long's and					not 'unsigned long's and so ip addresses above 128.*					result in negative values.  How to fix this is left					as an exercise for the reader.									Written in November, 2000				}								alias ip_to_int (ip, void)				{					@ :ip_list = split(. $ip)					@ :ip32 = 0					for xx in ($ip_list) {						@ ip32 = (ip32 					}					return $ip32				}								#hop'y2k							

相关资源