Y4kuzi

Results 5 comments of Y4kuzi

I tried looking into PyOgg but it's not very clear how to extract audio packets. Maybe it's better to use another file type like mp3? But the problem will remain...

> For those having issues with this in python @shtamura provided a sample in #87 that serves as a great starting point Did you ever make it work? I'm having...

I pushed some fixes in m_tkl module. For me, Q:line works fine with Anope 2.0.11. Anope logs: [Sep 04 22:11:12.000298 2024] Debug: Received: @msgid=cce1d8046af911ef8316;dev.provisionweb.org/oper=netadmin;time=2024-09-04T20:10:58.659Z;account=Sirius :032AAAB PRIVMSG 00BAAAAAH :sqline add +0...

The Tkl.mask is a property of the Tkl object, which returns the following: ``` @property def mask(self): return Tkl.get_mask(self.type, self.ident, self.host) ``` The mask is not always the same as...

I increased the allowed characters in 43cc960. There are still some restrictions but I think most characters are covered now. Let me know if you encounter any issues.