]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite/connections.sql
* Rebranding from blootbot to infobot
[infobot.git] / setup / sqlite / connections.sql
index 00dbf494e0b7e0da181212057057449e88274886..d1256c17c258a0c2007026f7c920a7bf84f6868a 100644 (file)
@@ -3,7 +3,7 @@ CREATE TABLE connections (
  port INT NOT NULL DEFAULT '6667',
  nick VARCHAR(20) NOT NULL,
  nickservpass VARCHAR(8) NOT NULL,
- ircname VARCHAR (20) NOT NULL DEFAULT 'blootbot experimental bot',
+ ircname VARCHAR (20) NOT NULL DEFAULT 'infobot experimental bot',
  timeadded INT UNSIGNED DEFAULT 'UNIX_TIMESTAMP()',
  PRIMARY KEY (server,port,nick)
 );