mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-10-31 07:37:22 +01:00 
			
		
		
		
	Updated module docstring.
This commit is contained in:
		
							parent
							
								
									f0816d56a7
								
							
						
					
					
						commit
						0a2d17396e
					
				| @ -30,7 +30,8 @@ | ||||
| ### | ||||
| 
 | ||||
| """ | ||||
| Add the module docstring here.  This will be used by the setup.py script. | ||||
| These are commands useful for administrating the bot; they all require their | ||||
| caller to have the 'admin' capability.  This plugin is loaded by default. | ||||
| """ | ||||
| 
 | ||||
| import string | ||||
|  | ||||
| @ -30,7 +30,8 @@ | ||||
| ### | ||||
| 
 | ||||
| """ | ||||
| Basic channel management commands. | ||||
| Basic channel management commands.  Many of these commands require their caller | ||||
| to have the <channel>.op capability.  This plugin is loaded by default. | ||||
| """ | ||||
| 
 | ||||
| import time | ||||
|  | ||||
| @ -29,6 +29,11 @@ | ||||
| # POSSIBILITY OF SUCH DAMAGE. | ||||
| ### | ||||
| 
 | ||||
| """ | ||||
| Provides commands useful to the owner of the bot; the commands here require | ||||
| their caller to have the 'owner' capability.  This plugin is loaded by default. | ||||
| """ | ||||
| 
 | ||||
| import os | ||||
| import gc | ||||
| import imp | ||||
|  | ||||
| @ -30,7 +30,7 @@ | ||||
| ### | ||||
| 
 | ||||
| """ | ||||
| Add the module docstring here.  This will be used by the setup.py script. | ||||
| Provides commands useful to users in general. This plugin is loaded by default. | ||||
| """ | ||||
| 
 | ||||
| import string | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jeremy Fincher
						Jeremy Fincher