node-tip-bot icon indicating copy to clipboard operation
node-tip-bot copied to clipboard

Commands not working on UnrealIRCd

Open alexcoe opened this issue 10 years ago • 0 comments

Unregistered commands termsand help function correctly but address, balance etc are ignored. status_command variable has been set correctly.

var regexp = new RegExp('^(\S+) ' + settings.connection.status_command + ' (\d)'); assumes ordering of ACC/STATUS as 2nd param

Below is debug log from unrealircd server:

28 Mar 19:40:57 - SEND: PRIVMSG NickServ :STATUS SashaCoe 28 Mar 19:40:57 - GOT MESSAGE from SashaCoe: !address 28 Mar 19:40:58 - GOT NOTICE from "NickServ": "STATUS SashaCoe 3" 28 Mar 19:44:25 - SEND: PRIVMSG NickServ :STATUS SashaCoe 28 Mar 19:44:25 - GOT MESSAGE from SashaCoe: !balance 28 Mar 19:44:25 - GOT NOTICE from "NickServ": "STATUS SashaCoe 3"

Freenode server:

28 Mar 19:32:52 - SEND: PRIVMSG NickServ :ACC SashaCoe 28 Mar 19:32:52 - GOT MESSAGE from SashaCoe: !balance 28 Mar 19:32:52 - GOT NOTICE from "NickServ": "SashaCoe ACC 3" 28 Mar 19:32:52 - SEND: PRIVMSG SashaCoe :sashacoe has 0Đ (unconfirmed: 0Đ) 28 Mar 19:33:24 - SEND: PRIVMSG NickServ :ACC SashaCoe 28 Mar 19:33:24 - GOT MESSAGE from SashaCoe: !address 28 Mar 19:33:24 - GOT NOTICE from "NickServ": "SashaCoe ACC 3" 28 Mar 19:33:24 - SEND: PRIVMSG SashaCoe :Your deposit address

alexcoe avatar Mar 28 '14 19:03 alexcoe