If it is dumping it to the console, do you have a Catch(){}? If so, instead of sending the details to wherever the Catch sends it, replace it with the place you want the text to go
Hope this helps (I am a noobie at this) Jon On 12 Feb, 20:31, Roman Romano <very.cross...@googlemail.com> wrote: > Forgive me if what follows is a bit confusing! > > i'm trying to build a basic irc client. i'm using pircbot. i've > created a bot class that extends the pircbot class. to get results, > you have to override methods (e.g. onMessage) Basically, it works but > i don't know how to update my android app with messages as they come > in; the onMessage method is void and in an its original java > environment, dumped the incoming messages to the system console. > > Anyone had any success using pircbot in android? Anyone fell sorry > enough for me to shead some light on my problem ;-) > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---