X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/aae358c078f54cdbaf87f98b5839b6994d93d3a0..8e2ebdb80add54d46c9f7f058ad469d70ddf9457:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index 3ec6e139..3916eaeb 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -91,11 +91,11 @@ static struct InfoStruct info_table[] = { &opers_see_all_users, "Farconnect notices available or operspy accountability limited" }, - { - "max_connections", - OUTPUT_DECIMAL, - &maxconnections, - "Max number connections" + { + "max_connections", + OUTPUT_DECIMAL, + &maxconnections, + "Max number connections" }, { "anti_nick_flood", @@ -609,7 +609,6 @@ m_info(struct Client *client_p, struct Client *source_p, int parc, const char *p info_spy(source_p); - SetCork(source_p); send_info_text(source_p); send_birthdate_online_time(source_p);