Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 1.14 KB

getting-started.md

File metadata and controls

31 lines (16 loc) · 1.14 KB

BK IRCbot Docs - Getting Started

Get started with IRCbot, the library for logging messages sent to specific irc channel in Python 3.

Introduction

IRCbot is a bot written in Python(3), for logging messages sent to specific irc channel.

Installation

Installation guide can be read in INSTALL.md file.

Start IRCbot

Run python bkircbot/ircbot.py

Plz read SUPPORT.md if you want to ask questions or clarify doubts.

Stop IRCbot

Send Stop botnick where botnick is the bot's nick, or hit CTRL + C in command line. Note: It should be sent from the person having the adminnick defined in configuration.

Clear the file

Send Clear the file, botnick where botnick is the bot's nick, or delete the ircchat.log file. Note: It should be sent from the person having the adminnick defined in configuration.


Back to home