X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-channel.c;h=cab20c493bcb493f95bf3398528118a06f322874;hp=0421d9170201b9d7d81f26d6b61feea4ee584c2d;hb=8ae2cdfce9f8ba75fe72d65603d4c05c87f6d9c2;hpb=48ea69d778279e7256a167e6f4147eb5766bbdda diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index 0421d917..cab20c49 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -480,8 +480,6 @@ IRC_TOPIC( CLIENT *Client, REQUEST *Req ) assert( Client != NULL ); assert( Req != NULL ); - IRC_SetPenalty(Client, 1); - _IRC_GET_SENDER_OR_RETURN_(from, Req, Client) chan = Channel_Search(Req->argv[0]); @@ -578,8 +576,6 @@ IRC_LIST( CLIENT *Client, REQUEST *Req ) assert(Client != NULL); assert(Req != NULL); - IRC_SetPenalty(Client, 2); - _IRC_GET_SENDER_OR_RETURN_(from, Req, Client) if (Req->argc > 0)