libs.dispatcher module¶
libs/dispatcher.py
- libs.dispatcher.by_keyword(m)¶
メイン処理
- Parameters:
- Return type:
None
- libs.dispatcher.message_append(detection, m)¶
メッセージの追加処理
- Parameters:
detection (GameResult) – スコアデータ
m (MessageParserProtocol) – メッセージデータ
- Return type:
None
- libs.dispatcher.message_changed(detection, m)¶
メッセージの変更処理
- Parameters:
detection (GameResult) – スコアデータ
m (MessageParserProtocol) – メッセージデータ
- Return type:
None
- libs.dispatcher.message_deleted(m)¶
メッセージの削除処理
- Parameters:
m (MessageParserProtocol) – メッセージデータ
- Return type:
None
- libs.dispatcher.other_words(word, m)¶
コマンド以外のワードの処理
- Parameters:
word (str) – 入力ワード
m (MessageParserProtocol) – メッセージデータ
- Return type:
None