diff options
| author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 14:24:48 +0100 | 
|---|---|---|
| committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 14:24:48 +0100 | 
| commit | fcfd9c56a81a993d86f18c792b1584ec5c5dca99 (patch) | |
| tree | 9c7bfc4c80ab753743bd625369e5bf9532f8ac82 | |
| parent | 4d8fbe809475aeed7fd073a328b53414642194b0 (diff) | |
tabidy some indentation
| -rw-r--r-- | otr.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -249,11 +249,11 @@ void otr_load(irc_t *irc)  	if(kg) {  		irc_usermsg(irc, "Notice: "  			"The accounts above do not have OTR encryption keys associated with them, yet. " -		    "These keys are now being generated in the background. " -		    "You will be notified as they are completed. " -		    "It is not necessary to wait; " -		    "BitlBee can be used normally during key generation. " -		    "You may safely ignore this message if you don't know what OTR is. ;)"); +			"These keys are now being generated in the background. " +			"You will be notified as they are completed. " +			"It is not necessary to wait; " +			"BitlBee can be used normally during key generation. " +			"You may safely ignore this message if you don't know what OTR is. ;)");  	}  } | 
