]> arthur.barton.de Git - ngircd-alex.git/commit
New "module" op.c/op.h for IRC operator related functions
authorAlexander Barton <alex@barton.de>
Wed, 22 Apr 2009 21:17:25 +0000 (23:17 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 30 Sep 2009 14:00:06 +0000 (16:00 +0200)
commite46cf64cc1e3bf21060df1d1125502277d035170
tree28de19603f9afd9162d8dfe21cd36957abaa79ee
parent113bd34878c17f730d8fb878157b0dbba9380326
New "module" op.c/op.h for IRC operator related functions

The new "module" op.c is used to implement functions related to IRC Ops.
At the moment, these two functions are available:

 - Op_Check() to check for a valid IRC Op, and
 - Op_NoPrivileges() to generate "permission denied" messages.
src/ngircd/Makefile.am
src/ngircd/op.c [new file with mode: 0644]
src/ngircd/op.h [new file with mode: 0644]