Ticket #1314 (new Enhancement)

Opened 17 months ago

Prowl + psyBNC

Reported by: s0i0n@… Owned by:
Priority: minor Version: 1.6
Keywords: Cc:

Description

Ok i have tried to make the pushnotification work but no luck.
i loaded the script and this is what i have, i named the file USER1.SCRIPT.
I will attach the file.
Can you please tell me whats wrong.

; Prowl PUSH Addon v0.2 (by DerFlash?)
;
; Changes:
; v0.2:
; * Added '-O /dev/null' again to prevent wget from spamming into the psyBNC directory.

; Prowl - query & nick-alert (if user is on AND (its a pm OR it contains the usernick))

server PRIVMSG * * * if [[ $USERON == 0 ]] && ( [[ $P3 == $USERNICK ]] [[ echo $CONTENT | grep -ci $USERNICK != 0 ]] ); then FC1=$(echo "$NICK @ $(if [[ $P3 == $USERNICK ]]; then echo 'IRC'; else echo $P3; fi )" | perl -MURI::Escape -lne 'print uri_escape($_)'); FC2=$(echo "$CONTENT" | perl -MURI::Escape -lne 'print uri_escape($_)'); wget -q -O /dev/null --no-check-certificate " https://prowl.weks.net/publicapi/add?apikey=01c3f91cde3b7e477d5403473efc76456bef6724&priority=0&application=$FC1&description=$FC2+http%3A%2F%2Fopen.roomsapp.mobi" > /dev/null; fi

; Prowl - word highlight
server PRIVMSG * #gamingjunkies "*s0i0nPhoney*" if [[ $USERON == 0 ]]; then FC1=$(echo "$NICK @ $CHANNEL" | perl -MURI::Escape -lne 'print uri_escape($_)'); FC2=$(echo "$CONTENT" | perl -MURI::Escape -lne 'print uri_escape($_)'); wget -q -O /dev/null --no-check-certificate " https://prowl.weks.net/publicapi/add?apikey=01c3f91cde3b7e477d5403473efc76456bef6724&priority=0&application=$FC1&description=$FC2+http%3A%2F%2Fopen.roomsapp.mobi" > /dev/null; fi

Attachments

USER1.SCRIPT Download (1.3 KB) - added by s0i0n@… 17 months ago.
user script for psybnc

Change History

Changed 17 months ago by s0i0n@…

user script for psybnc

Add/Change #1314 (Prowl + psyBNC)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.