The source project of this merge request has been removed.
First IRCd 1.9 changes
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
@@ -87,8 +83,11 @@ function Channel(nam) {
@@ -87,8 +83,11 @@ function Channel(nam) {
@@ -102,15 +101,17 @@ function ChanMode_tweaktmpmode(tmp_bit,add) {
@@ -102,15 +101,17 @@ function ChanMode_tweaktmpmode(tmp_bit,add) {
@@ -122,8 +123,7 @@ function ChanMode_tweaktmpmodelist(tmp_bit,add,arg) {
@@ -122,8 +123,7 @@ function ChanMode_tweaktmpmodelist(tmp_bit,add,arg) {
@@ -137,13 +137,14 @@ function ChanMode_affect_mode_list(list_bit) {
@@ -137,13 +137,14 @@ function ChanMode_affect_mode_list(list_bit) {
@@ -382,14 +383,24 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -382,14 +383,24 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -413,7 +424,13 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -413,7 +424,13 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
this.numeric(367, chan.nam + " " + chan.modelist[CHANMODE_BAN][the_ban] + " " + chan.bancreator[the_ban] + " " + chan.bantime[the_ban]);
@@ -422,8 +439,10 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -422,8 +439,10 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -437,8 +456,9 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -437,8 +456,9 @@ function IRCClient_set_chanmode(chan,modeline,bounce_modes) {
@@ -559,8 +579,9 @@ function IRCClient_do_join(chan_name,join_key) {
@@ -559,8 +579,9 @@ function IRCClient_do_join(chan_name,join_key) {
@@ -592,10 +613,13 @@ function IRCClient_do_join(chan_name,join_key) {
@@ -592,10 +613,13 @@ function IRCClient_do_join(chan_name,join_key) {
@@ -610,16 +634,16 @@ function IRCClient_do_join(chan_name,join_key) {
@@ -610,16 +634,16 @@ function IRCClient_do_join(chan_name,join_key) {