1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
init:
deps-jar:
Compiling 2 source files to C:\Documents and Settings\ElayG\My Documents\NetBeansProjects\IRC Handling\build\classes
compile:
run:
1208798776078 *** Connected to server.
1208798776093 >>>NICK vG|XtraCt
1208798776093 >>>USER XtraCt 8 * :XtraCt Test IRC Bot
1208798779609 NOTICE AUTH :*** Looking up your hostname
1208798779609 NOTICE AUTH :*** Checking Ident
1208798779609 :clanserver4u2.de.quakenet.org 433 * vG|XtraCt :Nickname is already in use.
Exception in thread "main" org.jibble.pircbot.NickAlreadyInUseException: :clanserver4u2.de.quakenet.org 433 * vG|XtraCt :Nickname is already in use.
at org.jibble.pircbot.PircBot.connect(PircBot.java:196)
at org.jibble.pircbot.PircBot.connect(PircBot.java:91)
at MyBotMain.main(MyBotMain.java:9)
Java Result: 1
BUILD SUCCESSFUL (total time: 4 seconds)
|