diff options
Diffstat (limited to 'doc/tips/monitor_page_changes_through_IRC.mdwn')
-rw-r--r-- | doc/tips/monitor_page_changes_through_IRC.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/monitor_page_changes_through_IRC.mdwn b/doc/tips/monitor_page_changes_through_IRC.mdwn new file mode 100644 index 000000000..06b6c8625 --- /dev/null +++ b/doc/tips/monitor_page_changes_through_IRC.mdwn @@ -0,0 +1,7 @@ +because of [[bugs/notifyemail_fails_with_some_openid_providers]], I have been struggling with finding ways of being notified of changes to pages I want to watch here. + +the workaround I found so far was to join the `#ikiwiki` channel on freenode, and set the following "hilight" in irssi: + + /hilight -channels #ikiwiki -word tips/monitor_page_changes_through_IRC + +this will watch for any change to this page. -- [[anarcat]] |