-
Notifications
You must be signed in to change notification settings - Fork 1
causes-/bottler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bottler ======= IRC-bot to fetch titles for URLs. Features -------- * Basic commands (!h help, !v version, !o owner, !j join, !p part) * Fetch URL titles * Autojoin * Autoreconnect Configuration ------------- Configuration is done by editing config.h and rebuilding or by command-line arguments. Example config.h: // server hostname char *host = "irc.quakenet.org"; // server port char *port = "6667"; // bot nickname char *nick = "bottler"; // bot username char *name = "Bottler IRC-bot"; // bot owner char *owner = "[email protected]"; // autojoin channels char *channels = "#channel #another #third";
About
IRC-bot to fetch titles for URLs
Resources
Stars
Watchers
Forks
Packages 0
No packages published