Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double join to channels because of two Welcome messages #71

Open
md55 opened this issue Apr 13, 2016 · 0 comments
Open

Double join to channels because of two Welcome messages #71

md55 opened this issue Apr 13, 2016 · 0 comments

Comments

@md55
Copy link

md55 commented Apr 13, 2016

There are 2 Welcome messages during connect to irc.root-me.org:
13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net NOTICE Auth :Welcome to �HackerzVoice�!
13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net 001 qqqwer :Welcome to the HackerzVoice

and bot joins to all channels AGAIN:
if (stripos( $data, 'Welcome' ) !== false) {
$this->join_channel( $this->channel );
}
at \super3-IRC-Bot-0766078\Classes\Library\IRC\Bot.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant