|
@@ -1108,7 +1108,7 @@ static void server_minutely()
|
|
|
// Ratbox sets a nick_delay (default:15min) timer when a nick splits off to prevent collisions,
|
|
// Ratbox sets a nick_delay (default:15min) timer when a nick splits off to prevent collisions,
|
|
|
// We must check periodically to see if the local server has unjuped our wanted nicks.
|
|
// We must check periodically to see if the local server has unjuped our wanted nicks.
|
|
|
if (keepnick && (jnick_juped == 2 || nick_juped == 2)) {
|
|
if (keepnick && (jnick_juped == 2 || nick_juped == 2)) {
|
|
|
- nick_available(1, 1);
|
|
|
|
|
|
|
+ nick_available(jnick_juped == 2, nick_juped == 2);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|