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

Python unbind functionality #1650

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Python unbind functionality #1650

merged 3 commits into from
Jul 16, 2024

Conversation

thommey
Copy link
Member

@thommey thommey commented Jul 13, 2024

from eggdrop import bind
from eggdrop.tcl import putmsg

def test(nick, host, hand, chan, text):
    putmsg(chan, "it worked once and once only")
    xxx.unbind()

xxx = bind("pub", "-", "!test", test)

@thommey thommey marked this pull request as ready for review July 14, 2024 17:32
@vanosg vanosg added this to the v1.10.0 milestone Jul 14, 2024
@vanosg vanosg added the Python label Jul 14, 2024
@vanosg vanosg merged commit 63ad89e into develop Jul 16, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants