Closed thommey closed 4 months ago
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)