This website requires JavaScript.
Explore
Help
Sign In
aniani
/
irssi
Watch
1
Star
0
Fork
0
You've already forked irssi
mirror of
https://github.com/irssi/irssi.git
synced
2024-12-04 14:46:39 -05:00
Code
5a639efef3
irssi
/
src
/
fe-common
/
irc
/
module.h
5 lines
74 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 04:03:38 -04: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-01 20:05:14 -05: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 04:03:38 -04:00
#
define MODULE_NAME "fe-common
/
irc"
Copy Permalink