Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 

Repository files navigation

Xchat Plugin: auto reply

Simple and almost useless auto reply plugin for xchat.

Usage:

# Auto Reply Plugin; Usage: AUTOREPLY [TRIGGERING_WORD] [AUTO_ANSWER]
# Pass no parameters to disable auto reply

/AUTOREPLY windows "tu doch mal lieber den linux!"

# Auto Reply with trigger windows and answer tu doch mal lieber den linux!
# enabled (on channel #trollbox)

Dependencies:

  • /usr/include/xchat/xchat-plugin.h

Compilation:

g++ -Wl,--export-dynamic -Wconversion -Wsign-conversion -Wextra -Werror \
    -pedantic -Wall -Wextra -Wcast-align -Wcast-qual \
    -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op \
    -Wmissing-include-dirs -Wredundant-decls -Wstrict-overflow=5 \
    -Wswitch-default -Wundef -Wno-unused \
    -O1 -shared -fPIC \
    auto_reply.cpp -o auto_reply.so

About

Simple auto reply plugin for xchat written in C++ [2010]

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.