Fenetic
InspIRCd: <- :server 671 nick nick :is using a secure connection - SSL...
InspIRCd: <- :server 330 nick nick nick :is logged in as nick - Registered nick..
UnrealIRCd: <- :server 671 MyNick TheriNick :is using a Secure Connection - SSL...
UnrealIRCd: <- :server 307 MyNick TheirNick :is a registered nick - Registered nick..
_Dean_ wrote:
Quote:
3 - there is no raw to recognize registered nicks, and nicks using SSL
Yes, there is.. lol.
if ( $numeric == 330 ) {
did -a whois 16 $3
halt
}
I Cant Connect With SSL.And I Dont Saw Any One With SSL
_Dean_
1 - there is no autohs for channels edit, if someone is in 20 channels, it will only show 3
2 - you can use like this to ignore some raws or do the entire event
3 - there is no raw to recognize registered nicks, and nicks using SSL
4 - you should use groups, to turn it on or off, since ppl may choose turn it on or off
5 - if someone whois again, with the dialog openned, it will return an error
Fixed The Problem 1,2,3,5
I Dont Know How To Fix problem 4