raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Tutorial does not work #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just follow the Tutorial, it will not work.

What is the expected output? What do you see instead?
Expected: No errors
Seeing: The method joinChannel() is undefined for the type PircBotX for 
bot.joinChannel(); (and bot.setName() as well as bot.connect())
Seeing 2: The constructor PircBotX() is undefined (PircBotX bot = new 
PircBotX();)

What version of the product are you using? On what operating system?
2.0.1, Win8.1, Eclipse Kepler, Java 7 (jdk 45)

Original issue reported on code.google.com by bl4cksco...@gmail.com on 17 Jan 2014 at 10:01

GoogleCodeExporter commented 9 years ago
Isue fixed, we were dumb.

Original comment by bl4cksco...@gmail.com on 1 Feb 2014 at 9:33

GoogleCodeExporter commented 9 years ago
I have exactly the same issue, could you post details on how stupid you were?

Thanks!

Original comment by SeanMcco...@gmail.com on 18 Apr 2014 at 6:02

GoogleCodeExporter commented 9 years ago
Those are old methods from version 1.x. PircBotX.joinChannel() was moved to 
OutputIRC.joinChannel() and the PircBotX constructor takes a Configuration 
object

Please see http://code.google.com/p/pircbotx/wiki/MigrationGuide2 if you have 
problems

Original comment by Lord.Qua...@gmail.com on 18 Apr 2014 at 6:33