Skip to content

Commit

Permalink
add new test bot
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggiWuerze committed Dec 11, 2023
1 parent e39a7b5 commit 6901e93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public void run(String... strings) {

Server server = serverRepository.save(new Server("Rizon", "irc.rizon.net"));
Channel channel = channelRepository.save(new Channel("#subsplease"));
Bot bot = this.ircUserRepository.save(new Bot(server, channel, "Ginpachi-Sensei", "xdcc send #%s", 3L));
this.ircUserRepository.save(new Bot(server, channel, "Ginpachi-Sensei", "xdcc send #%s", 3L));
this.ircUserRepository.save(new Bot(server, channel, "CR-ARUTHA-IPv6|NEW", "xdcc send #%s", 3L));

}
}

0 comments on commit 6901e93

Please sign in to comment.