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

IRC Adapter should provide idle/awake event #18

Open
am0c opened this issue Oct 26, 2012 · 2 comments
Open

IRC Adapter should provide idle/awake event #18

am0c opened this issue Oct 26, 2012 · 2 comments
Assignees

Comments

@am0c
Copy link

am0c commented Oct 26, 2012

No description provided.

@aanoaa
Copy link
Owner

aanoaa commented Oct 29, 2012

Hubot::Adapter::IrcAnyEvent::IRC::Client 를 사용중인데 away_status_change event 를 등록할 수 있네요.

    away_status_change => $bool
        Emitted whenever a presence/away status change for you was detected.
        $bool is true if you are now away, or false/undef if you are not
        away anymore.

        You can change your away status by emitting the "AWAY" IRC command:

           $cl->send_srv (AWAY => "I'm not here right now");

        Or reset it:

           $cl->send_srv ('AWAY');

@aanoaa
Copy link
Owner

aanoaa commented Oct 29, 2012

이건 robot 자신의 status 를 변경할때 쓰이는것 같네여.
irc 에서 자신의 상태를 idle 로 설정 할 수 있나요?

@ghost ghost assigned aanoaa Nov 27, 2012
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