Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/ircd/irc2
66 66
my %result;
67 67

  
68 68
# We create a new PoCo-IRC object
69
my $irc = POE::Component::IRC->spawn( 
69
my $irc = POE::Component::IRC->spawn(
70 70
   nick => $nickname,
71 71
   ircname => $ircname,
72 72
   server => $server,
......
119 119
}
120 120

  
121 121

  
122
#irc_251:  'moo.us.p2p-network.net' 'There are 155 users and 3397 invisible on 16 servers' [There are 155 users and 3397 invisible on 16 servers] 
122
#irc_251:  'moo.us.p2p-network.net' 'There are 155 users and 3397 invisible on 16 servers' [There are 155 users and 3397 invisible on 16 servers]
123 123
# luserclient
124 124
sub irc_251 {
125 125
    #print "In 251\n";
......
152 152
	#printf "251 Got clients=%d servers=%d\n", ($result{'clients'} || -1), ($result{'servers'} || -1);
153 153
}
154 154

  
155
#irc_252:  'moo.us.p2p-network.net' '18 :operator(s) online' [18, operator(s) online] 
155
#irc_252:  'moo.us.p2p-network.net' '18 :operator(s) online' [18, operator(s) online]
156 156
# opers
157 157
sub irc_252 {
158 158
    my $sender = $_[SENDER];
......
165 165
	#printf "254 Got channels %d\n", ($result{'channels'} || -1);
166 166
}
167 167

  
168
#irc_253:  'moo.us.p2p-network.net' '1 :unknown connection(s)' [1, unknown connection(s)] 
168
#irc_253:  'moo.us.p2p-network.net' '1 :unknown connection(s)' [1, unknown connection(s)]
169 169
sub irc_253 {
170 170
    my $sender = $_[SENDER];
171 171
    my $irc = $sender->get_heap();
......
177 177
	#printf "254 Got channels %d\n", ($result{'channels'} || -1);
178 178
}
179 179

  
180
#irc_254:  'moo.us.p2p-network.net' '1325 :channels formed' [1325, channels formed] 
180
#irc_254:  'moo.us.p2p-network.net' '1325 :channels formed' [1325, channels formed]
181 181
# luserchannels
182 182
sub irc_254 {
183 183
    my $sender = $_[SENDER];
......
190 190
	#printf "254 Got channels %d\n", ($result{'channels'} || -1);
191 191
}
192 192

  
193
#irc_255:  'moo.us.p2p-network.net' 'I have 348 clients and 1 servers' [I have 348 clients and 1 servers] 
193
#irc_255:  'moo.us.p2p-network.net' 'I have 348 clients and 1 servers' [I have 348 clients and 1 servers]
194 194
# local clients/servers
195 195
sub irc_255 {
196 196
    my $sender = $_[SENDER];
......
203 203
	}
204 204
}
205 205

  
206
#irc_265:  'moo.us.p2p-network.net' 'Current Local Users: 348  Max: 1900' [Current Local Users: 348  Max: 1900] 
206
#irc_265:  'moo.us.p2p-network.net' 'Current Local Users: 348  Max: 1900' [Current Local Users: 348  Max: 1900]
207 207
sub irc_265 {
208 208
    #print "In 265\n";
209 209
    my $sender = $_[SENDER];
......
216 216
	}
217 217
}
218 218

  
219
#irc_266:  'moo.us.p2p-network.net' 'Current Global Users: 3552  Max: 8742' [Current Global Users: 3552  Max: 8742] 
219
#irc_266:  'moo.us.p2p-network.net' 'Current Global Users: 3552  Max: 8742' [Current Global Users: 3552  Max: 8742]
220 220
sub irc_266 {
221 221
    #print "In 266\n";
222 222
	my $sender = $_[SENDER];

Formats disponibles : Unified diff