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 ]]
; 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
![(please configure the [header_logo] section in trac.ini)](/cgi-bin/trac.fcgi/chrome/site/rooms.png)
