Skip to content

mammon-ircd/ircmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ircmatch

This is a python extension which provides string comparison and matching functions from Atheme. They are hand-optimized for high performance when matching IRC hostmasks.

Usage

import ircmatch

print ircmatch.match(ircmatch.rfc1459, 'kaniini!*@*', 'kaniini!~kaniini@localhost')

See also help(ircmatch) and example.py in this source distribution.

About

python extension for fast IRC mask matching and collapsing

Resources

License

Stars

Watchers

Forks

Packages

No packages published