Thanks.
I fixed it.
On 2011-11月-29 火 18:22:00, devin@vibechild.com wrote:
Show quoted text> I am unable to get this module to work unless I remove the $ from the
> end of the regular expressions on lines 87 and 167.
>
> I change:
>
> $ret = $1 if $ret =~ /^GNTP\/1\.0 -?(\w+).*$/;
>
> To this:
>
> $ret = $1 if $ret =~ /^GNTP\/1\.0 -?(\w+).*/;
>
> And it works.
>
> Without this, registration and notification both fail.
>
> -Devin
>