updating user modes were handled as they were channel modes, like +o

etc. thought they needed arguments.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@735 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-13 22:05:57 +00:00 committed by cras
commit 1fa98c2369
5 changed files with 14 additions and 9 deletions

View file

@ -1,9 +1,10 @@
MODULE = Irssi::Irc PACKAGE = Irssi::Irc
char *
modes_join(old, mode)
modes_join(old, mode, channel)
char *old
char *mode
int channel
#*******************************
MODULE = Irssi::Irc PACKAGE = Irssi::Irc::Server