Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

GroupChat @ Skype: bot name is included in received message

Open
#10 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
php
Domain
backend

Research direction

Start with src/BotFrameworkDriver.php around line 74 and compare its behavior with tests/BotFrameworkDriverTest.php lines 125-132. Reproduce the two group-chat examples if possible, then add coverage for the expected normalized messages and clarify whether access to the raw message is part of the fix.

Written by the indexing model from the issue text.

Description

This seems/might be related to https://github.com/botman/botman/issues/104

When in a group chat with a bot named "TestBot" the following occurs:

  • @TestBot Hello
    • message expected: Hello
    • message received / heard: TestBot Hello
  • Hello @TestBot
    • message expected: Hello
    • message received / heard: Hello TestBot

Are my expectations correct? This test suggests that the botname should be removed from the message, right?

Is there a way to get the "raw" message before the driver applies the regular expression?

Using Skype version 8.30.0.50 on MacOs

Dominant language
PHP
Stars
9
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from botman/driver-botframework

All issues in botman/driver-botframework

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.