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
f354fe54c7
irssi
/
src
/
fe-common
/
irc
/
dcc
/
module.h
5 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Lots of changes again. Biggest ones: - window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@216 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15 04:25:45 -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"
Lots of changes again. Biggest ones: - window's text buffer should work better - themes are almost working, you can change the text formats with /format - automatically try to rejoin the channel after 5 minutes if the join there failed because it was "temporarily unavailable" (netsplits) - generally cleaning code.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@216 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-05-15 04:25:45 -04:00
#
define MODULE_NAME "fe-common
/
irc
/
dcc"
Copy Permalink