GHBot | |
---|---|
Participants | |
Skills | |
Status | Active |
Niche | |
Purpose | |
Tool | No |
Location | Space |
Cost | |
Tool category |
GHBot Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
This is a ghbot service.
It allows people to do "!summon <nickname> some text" in #nurds on irc.
ghbot@harkbot:~/nurdspace-ircbot-plugin-python-example$ sqlite3 summon.db SQLite version 3.34.1 2021-01-20 14:10:07 Enter ".help" for usage hints. sqlite> .schema CREATE TABLE entities(nick varchar(255) not null primary key, email varchar(255), jabber varchar(255));
Please note that 'nick' must be all lowercase (in the sqlite database that is). After that, kill -9 of the summon.py process to make sure it has the latest entries :-/