Bots: Difference between revisions

From Buzznet
Jump to: navigation, search
No edit summary
No edit summary
Line 127: Line 127:
|Services bots
|Services bots
|}
|}
== Manual:IRC RC Bot ==
* To create an IRC bot to display recent changes to your Wiki
=== LocalSettings.php ===
* Add the following to your local settings file (see $wgRCFeeds):

Revision as of 00:34, 30 September 2025

Getting Started with Limnoria/Supybot

Introduction

  • Ok, so you’ve decided to try out Limnoria. That’s great!
  • Limnoria, is the best IRC bot in the world :)

Initial Setup

  • YOU NEED ROOT
  • First create a user call supybot
adduser supybot
  • You need to add your user to sudoers list
nano /etc/sudoers
  • ADD this line to user privilege specification
supybot ALL=(ALL:ALL) ALL
  • Switch to the new user with
su supybot
  • Is the time to installation
sudo apt install limnoria
  • you may create a ‘runbot’ directory inside your home directory.
mkdir runbot
  • Now you can cd to your ‘runbot’ directory,
cd runbot
  • and from within it run supybot-wizard, which will walk you through a series of questions to generate the bot config file.
supybot-wizard
  • Once you generate the config file, which will be named yourbotnick.conf (where “yourbotnick” is the nick you have chosen for your bot in the wizard), it will be placed in your ‘runbot’ directory. (
  • Now to start the bot, run, still from within the ‘runbot’ directory:
supybot yourbotnick.conf

Listing Commands

This is a table of notable bots on Buzznet.

  • If you host a bot related to service, join it to #services.
Nick URL Hosted by Channel Description
Hopm https://github.com/ircd-hybrid/hopm Koisser #Services Local open proxy monitor
D4rk3gg none Parrot #Services Random bot.
Pylink https://github.com/PyLink/PyLink.git Parrot Anywhere Service BOT
Buzznet https://github.com/PyLink/PyLink.git Parrot Anywhere Service BOT
WikiBot https://www.mediawiki.org/wiki/Manual:IRC_RC_Bot Parrot Anywhere Wiki Website IRC
Supybot https://limnoria.net/ Parrot Anywhere Limnoria BOT
OperServ https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots
NickServ https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots
ChanServ https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots
Gl0bal https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots
BotServ https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots
HostServ https://github.com/anope/anope/archive/refs/tags/2.0.18.tar.gz Parrot #Services Services bots

Manual:IRC RC Bot

  • To create an IRC bot to display recent changes to your Wiki

LocalSettings.php

  • Add the following to your local settings file (see $wgRCFeeds):