raisedragon / pircbotx

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

Isverified boolean not working, again >_> #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry to bother you again about the exact same issue, but isVerified isn't even 
responding with a boolean now. 

i used the following code to test

if(e.getMessage().equalsIgnoreCase("$check")){
e.respond("Checking.");     e.respond(String.valueOf(e.getUser().isVerified()));
e.respond("Should have a boolean up there ^");
}

it replies with this.

[15:19] <zack6849_> $check
[15:19] <Alphabot> zack6849_: Checking.

nothing  after. no stack trace in the console. 

Original issue reported on code.google.com by zcrai...@gmail.com on 30 Nov 2012 at 8:20

GoogleCodeExporter commented 9 years ago
I feel stupid now. Fixed in Revision 53564afe6890 and pushed out a snapshot

Guest37650> ?check
<PircBotX> Guest37650: Checking.
<PircBotX> Guest37650: false
<PircBotX> Guest37650: Should have a boolean up there ^
* You are now known as LordQuackstar
...nickserv...
<LordQuackstar> ?check
<PircBotX> LordQuackstar: Checking.
<PircBotX> LordQuackstar: true
<PircBotX> LordQuackstar: Should have a boolean up there ^

Original comment by Lord.Qua...@gmail.com on 3 Dec 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Fixed! thanks! 

Original comment by zcrai...@gmail.com on 4 Dec 2012 at 7:08