]> jfr.im git - irc/Ozafy/borknet_p10_irc_services.git/commit
First commit
authorLaurens Panier <redacted>
Fri, 20 Nov 2020 22:40:47 +0000 (23:40 +0100)
committerLaurens Panier <redacted>
Fri, 20 Nov 2020 22:40:47 +0000 (23:40 +0100)
commit431b229ba47788200836a0e9a9d570b76280b858
tree14c1599e7a9ec4c8a606819697f2099ea21e3b7d
First commit
103 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Start.class [new file with mode: 0644]
Start.java [new file with mode: 0644]
TODO [new file with mode: 0644]
bot.conf [new file with mode: 0644]
compile.bat [new file with mode: 0644]
core/Channel.class [new file with mode: 0644]
core/Channel.java [new file with mode: 0644]
core/ChannelUser.class [new file with mode: 0644]
core/ChannelUser.java [new file with mode: 0644]
core/CmdLoader.class [new file with mode: 0644]
core/CmdLoader.java [new file with mode: 0644]
core/Cmds.class [new file with mode: 0644]
core/Cmds.java [new file with mode: 0644]
core/ConfLoader.class [new file with mode: 0644]
core/ConfLoader.java [new file with mode: 0644]
core/Core.class [new file with mode: 0644]
core/Core.java [new file with mode: 0644]
core/CoreCommands.class [new file with mode: 0644]
core/CoreCommands.java [new file with mode: 0644]
core/CoreDBControl.class [new file with mode: 0644]
core/CoreDBControl.java [new file with mode: 0644]
core/CoreModControl.class [new file with mode: 0644]
core/CoreModControl.java [new file with mode: 0644]
core/CoreServer.class [new file with mode: 0644]
core/CoreServer.java [new file with mode: 0644]
core/CoreTimer$1.class [new file with mode: 0644]
core/CoreTimer.class [new file with mode: 0644]
core/CoreTimer.java [new file with mode: 0644]
core/Modules.class [new file with mode: 0644]
core/Modules.java [new file with mode: 0644]
core/Server.class [new file with mode: 0644]
core/Server.java [new file with mode: 0644]
core/ShortFormatter.class [new file with mode: 0644]
core/ShortFormatter.java [new file with mode: 0644]
core/User.class [new file with mode: 0644]
core/User.java [new file with mode: 0644]
core/cmds [new file with mode: 0644]
core/commands/Die.class [new file with mode: 0644]
core/commands/Die.java [new file with mode: 0644]
core/commands/Help.class [new file with mode: 0644]
core/commands/Help.java [new file with mode: 0644]
core/commands/Load.class [new file with mode: 0644]
core/commands/Load.java [new file with mode: 0644]
core/commands/Rehash.class [new file with mode: 0644]
core/commands/Rehash.java [new file with mode: 0644]
core/commands/Showcommands.class [new file with mode: 0644]
core/commands/Showcommands.java [new file with mode: 0644]
core/commands/Unload.class [new file with mode: 0644]
core/commands/Unload.java [new file with mode: 0644]
core/commands/Version.class [new file with mode: 0644]
core/commands/Version.java [new file with mode: 0644]
core/modules/s/Addchan.class [new file with mode: 0644]
core/modules/s/Addchan.java [new file with mode: 0644]
core/modules/s/Chanflags.class [new file with mode: 0644]
core/modules/s/Chanflags.java [new file with mode: 0644]
core/modules/s/Command.class [new file with mode: 0644]
core/modules/s/Command.java [new file with mode: 0644]
core/modules/s/Commands.class [new file with mode: 0644]
core/modules/s/Commands.java [new file with mode: 0644]
core/modules/s/DBControl.class [new file with mode: 0644]
core/modules/s/DBControl.java [new file with mode: 0644]
core/modules/s/DelPoints$1.class [new file with mode: 0644]
core/modules/s/DelPoints.class [new file with mode: 0644]
core/modules/s/DelPoints.java [new file with mode: 0644]
core/modules/s/Delchan.class [new file with mode: 0644]
core/modules/s/Delchan.java [new file with mode: 0644]
core/modules/s/Help.class [new file with mode: 0644]
core/modules/s/Help.java [new file with mode: 0644]
core/modules/s/S.class [new file with mode: 0644]
core/modules/s/S.java [new file with mode: 0644]
core/modules/s/Server.class [new file with mode: 0644]
core/modules/s/Server.java [new file with mode: 0644]
core/modules/s/Showcommands.class [new file with mode: 0644]
core/modules/s/Showcommands.java [new file with mode: 0644]
core/modules/s/Spamwords.class [new file with mode: 0644]
core/modules/s/Spamwords.java [new file with mode: 0644]
core/modules/s/Version.class [new file with mode: 0644]
core/modules/s/Version.java [new file with mode: 0644]
core/modules/s/cmds [new file with mode: 0644]
core/modules/s/s.conf [new file with mode: 0644]
core/modules/s/spamwords.xml [new file with mode: 0644]
core/modules/v/Command.class [new file with mode: 0644]
core/modules/v/Command.java [new file with mode: 0644]
core/modules/v/Commands.class [new file with mode: 0644]
core/modules/v/Commands.java [new file with mode: 0644]
core/modules/v/Help.class [new file with mode: 0644]
core/modules/v/Help.java [new file with mode: 0644]
core/modules/v/Server.class [new file with mode: 0644]
core/modules/v/Server.java [new file with mode: 0644]
core/modules/v/Sethost.class [new file with mode: 0644]
core/modules/v/Sethost.java [new file with mode: 0644]
core/modules/v/Showcommands.class [new file with mode: 0644]
core/modules/v/Showcommands.java [new file with mode: 0644]
core/modules/v/V.class [new file with mode: 0644]
core/modules/v/V.java [new file with mode: 0644]
core/modules/v/Version.class [new file with mode: 0644]
core/modules/v/Version.java [new file with mode: 0644]
core/modules/v/cmds [new file with mode: 0644]
core/modules/v/v.conf [new file with mode: 0644]
lib/sqlite-jdbc-3.7.2.jar [new file with mode: 0644]
services [new file with mode: 0644]