This website requires JavaScript.
Explore
Help
Register
Sign in
zynk
/
irssi
Watch
2
Star
0
Fork
You've already forked irssi
0
mirror of
https://github.com/irssi/irssi.git
synced
2026-08-14 14:12:11 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4cc4ddc1a7
irssi
/
src
/
irc
/
dcc
/
module.h
4 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
..adding new files.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-26 08:03:38 +00:00
#
include
"common.h"
Moved some stuff from irc to core. Added command_bind_proto() function to bind protocol-specific commands. Added #define command_bind_irc() for easier access. CMD_IRC_SERVER(server) check should be done at the beginning of each command requiring IRC server as active server, it handles it correctly the cases when it is not. Did some other cleanups as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1955 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-11-02 01:05:14 +00:00
#
include
"irc.h"
..adding new files.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-04-26 08:03:38 +00:00
#
define MODULE_NAME "irc
/
dcc"
Reference in a new issue
Copy permalink