|
楼主 |
发表于 2005-11-19 20:45:23
|
显示全部楼层
来自 中国–广东–深圳
回复: 疑问:关于amx注册通道ID名称问题
还是没搞定。。。5555 , 哪位帮我看下改哪里,怎么改
if ( equal( g_aName , ip , c ) ) {
index = i
break
}
} /* in other case an IP must just match */
else if ( equal(ip,g_aName) ){
index = i
break
}
}
else {
if (g_aFlags & FLAG_TAG) {
if (contain(name,g_aName)!=-1){
index = i
break
}
}
else if (equal(name,g_aName)) {
index = i
break |
|