So I installed via MacPorts, Biltbee. I created a plist -> ~/Library/LaunchDaemons/org.bitlbee.plist with the following content
I rebooted my mac open irssi and do the following command
It says I am connected but a new channel does not open like it does on my Linux box. What am I doing wrong here? Thanks
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.bitlbee</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/sbin/bitlbee</string>
<string>-I</string>
<string>-n</string>
</array>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockNodeName</key>
<string>127.0.0.1</string>
<key>SockServiceName</key>
<string>6669</string>
</dict>
</dict>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
</dict>
</plist>
I rebooted my mac open irssi and do the following command
Code:
/connect localhost
It says I am connected but a new channel does not open like it does on my Linux box. What am I doing wrong here? Thanks