Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 519 Bytes

XenForo IRC Relay

  1. Upload the forumbot.php script into the root directory of your forum.
  2. Edit the script and set the URL to your forum URL. Also change the key.
  3. Edit the bot.js script and set your IRC details/key/bitly details
  4. Install http, irc & bitly via npm
  5. Run bot.js, it will then callout to forumbot.php every 5 seconds

Warning

The bot will relay ALL threads/posts with No filtering.

To filter the output modify the SQL in forumbot.php to limit the query results by forum ID.