Peace and Protection forum

Not working while on BNC

vessel185 - 18-5-2010 at 14:20

I have recently had a problem using PnP with a BNC. It does not recognise chanserv. It posts a message to type /cs on network if chanserv is available, I do this and it asks for which type of messaging I need, it then says its enabled for that particular net work. It works fine when directly on the network, but when using a BNC it still gives me the message. This seems somewhat recent. Ive tried entering all kinds of information, the name of the network, the server, the bnc server name, I cant find what its looking for. Is there a way to force it to accept something like *.*? Or disable the checking?

solbu - 19-5-2010 at 15:39

Quote:
Originally posted by vessel185
I have recently had a problem using PnP with a BNC. It does not recognise chanserv.

I've had this problem before too, when i tested psybnc. i recommend avoiding psybnc.

PnP not working with BNC

vessel185 - 20-5-2010 at 02:13

Is there a way to get PnP to think chanserv is present or disable the check, forcing it to on all the time?

craze - 20-5-2010 at 09:01

Try this command when the issue reappears.
Code:
/.signal PNP.SIGNON
If it works, it can be inserted in the perform options for that particular network, used in a CONNECT event, or some other event that triggers when connected.
Code:
;SAMPLE SCRIPT on 1:CONNECT:{ ;@todo Perhaps do some testing to see if workaround is needed? .signal PNP.SIGNON }