Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.14

Bug #6525 When joining empty channel channel array is wrong
Submitted: 2006-01-19 10:32 UTC
From: bugs at fsck dot dk Assigned: amir
Status: Closed Package: Net_SmartIRC
PHP Version: 5.1.1 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-01-19 10:32 UTC] bugs at fsck dot dk
Description: ------------ I am making an bot with smartirc. If i get it to join an empty channel I get this: Net_SmartIRC_channeluser Object ( [op] => [voice] => [nick] => nick [ident] => ~nick [host] => some.host.com [realname] => Nick [ircop] => [away] => [server] => some.server.com [hopcount] => 0 ) As far as I know op should be 1 here because the bot has operator status. If the bot joins a channel with many users and I give it op the object looks like this: Net_SmartIRC_channeluser Object ( [op] => 1 [voice] => [nick] => nick [ident] => ~nick [host] => some.host.com [realname] => Nick [ircop] => [away] => [server] => some.server.com [hopcount] => 0 )

Comments

 [2007-07-11 20:23 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-08-11 16:35 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!