Skip to content

AwwCookies/xchat-plugin-seen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xchat-plugin-seen

This is a XChat/HexChat plugin. Seen database made with sqlite3 and python basic use: /seen <nick>

SQL Wildcards

/seen -w <wildcards>

http://www.w3schools.com/sql/sql_wildcards.asp

% = A substitute for zero or more characters. [Supported]
_ = A substitute for a single character. [Supported]
[] = Sets and ranges of characters to match.
[!] or [^] = Matches only a character NOT specified within the brackets

About

This is a XChat/HexChat plugin. Seen database made with sqlite3 and python basic use: /seen <nick>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages