]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/connections.sql
remove test inserts
[infobot.git] / setup / connections.sql
index d513d282ca6c0a568ec05eb468e75da7e808bf81..00dbf494e0b7e0da181212057057449e88274886 100644 (file)
@@ -7,6 +7,3 @@ CREATE TABLE connections (
  timeadded INT UNSIGNED DEFAULT 'UNIX_TIMESTAMP()',
  PRIMARY KEY (server,port,nick)
 );
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','abot','0password', 'abot blootbot');
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','bbot','0password', 'bbot blootbot');
-INSERT INTO connections (server, port, nick, nickservpass, ircname) VALUES ('localhost','6667','cbot','0password', 'cbot blootbot');