- Notifications
You must be signed in to change notification settings - Fork1
cbodden/irc-bashbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
:::::::. :::. .::::::. :: .: :::::::. ... :::::::::::: ;;;'';;' ;;`;; ;;;` ` ,;; ;;, ;;;'';;' .;;;;;;;.;;;;;;;;'''' [[[__[[\. ,[[ '[[, '[==/[[[[,,[[[,,,[[[ [[[__[[\.,[[ \[[, [[ $$""""Y$$c$$$cc$$$c ''' $"$$$"""$$$ $$""""Y$$$$$, $$$ $$_88o,,od8P 888 888,88b dP 888 "88o_88o,,od8P"888,_ _,88P 88,""YUMMMP" YMM ""` "YMmMY" MMM YMM""YUMMMP" "YMMMMMP" MMM
An irc bot written in bash with dynamic libraries
Base usage:
git clone git@github.com:cbodden/irc-bashbot.gitcd irc-bashbotmv config/sample-irc_bashbot.config config/irc_bashbot.configvi config/irc_bashbot.config./irc-bashbot.sh
Base usage explained:the (sample-)irc_bashbot.config file controls the nick, server, port,chan, chan key if used, owner nick, owner password, and nickserv passwordif used.
Once connected, the bot will join the specified nick where you can thentype ".help" to see what commands are available on the bot.
- Bash (https://www.gnu.org/software/bash/)
- For Facts lib: Elinks (http://elinks.or.cz/)
Author:: Cesar Bodden (cesar@pissedoffadmins.com)
Copyright:: 2016-2021, Pissedoffadmins.com
This program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program. If not, seehttp://www.gnu.org/licenses/.