repo.or.cz
/
rofl0r-ixchat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace for the...
[rofl0r-ixchat.git]
/
src
/
common
/
ctcp.h
blob
9acd80e3c19ad871fca17bb84e8f7ca84890f5b8
1
#ifndef XCHAT_CTCP_H
2
#define XCHAT_CTCP_H
3
4
void
ctcp_handle
(
session
*
sess
,
char
*
to
,
char
*
nick
,
char
*
ip
,
char
*
msg
,
char
*
word
[],
char
*
word_eol
[],
int
id
);
5
6
#endif