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

Configuration option to select either notice or normal message #4

Open
Take- opened this issue Nov 14, 2013 · 1 comment
Open

Configuration option to select either notice or normal message #4

Take- opened this issue Nov 14, 2013 · 1 comment

Comments

@Take-
Copy link

Take- commented Nov 14, 2013

Channels which have several bots it's preferable to use NOTICE instead of PRIVMSG on replies. This could (should?) be configurable option built in on PipSqueek.

The notify-part itself is really easy, I changed line 558 on lib/PipSqueek/Client.pm from

$self->privmsg( $target, @rest );

to

$self->notice( $target, @rest );
@jpearsall
Copy link
Contributor

That is a completely valid point. If no one else gets to it I'll work on adding this by the weekend. (I'm kinda lazy.)

P.S. It also doesn't hurt that you have a creeper icon. :)

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

2 participants