mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Several fixes to work better with non-irssi clients, also fixed a potential
crash if sending a wrong PASS. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2210 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5bab99f096
commit
cb6e1286cd
4 changed files with 56 additions and 41 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
sample.c : sample plugin for irssi
|
||||
proxy.c : irc proxy
|
||||
|
||||
Copyright (C) 1999 Timo Sirainen
|
||||
Copyright (C) 1999-2001 Timo Sirainen
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -42,11 +42,11 @@ void irc_proxy_init(void)
|
|||
"... to set them.");
|
||||
}
|
||||
|
||||
plugin_proxy_listen_init();
|
||||
proxy_listen_init();
|
||||
module_register("proxy", "irc");
|
||||
}
|
||||
|
||||
void irc_proxy_deinit(void)
|
||||
{
|
||||
plugin_proxy_listen_deinit();
|
||||
proxy_listen_deinit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue