mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	cstemplate: add +e to everyone higher than user
excempt from +b and ability to unban themselves.
This commit is contained in:
		
							parent
							
								
									1e404c3ec9
								
							
						
					
					
						commit
						bd40a20cd9
					
				| @ -40,21 +40,21 @@ echo "/cs template $1 successor !+*S" | ||||
| echo "/cs template $1 sop !-q+*" | ||||
| 
 | ||||
| # Normal op, be able to invite, invite, kick, kickban, unban, change topic | ||||
| echo "/cs template $1 op !+vVoirtAOHh" | ||||
| echo "/cs template $1 op !+vVoirtAOHhe" | ||||
| 
 | ||||
| # Half op, be able to do everything else than kick other halfops & higher | ||||
| echo "/cs template $1 hop !+vVirtAHh" | ||||
| echo "/cs template $1 hop !+vVirtAHhe" | ||||
| 
 | ||||
| # Network operator whom we want to have a little access so they can help | ||||
| # with channel issues in case our own ops are away. | ||||
| # Usually given to $OPER or staffer hostmask. | ||||
| echo "/cs template $1 oper !+voirtAh" | ||||
| echo "/cs template $1 oper !+voirtAhe" | ||||
| 
 | ||||
| # Bot which doesn't need to be able to do so much. | ||||
| echo "/cs template $1 bot !+OoirtHh" | ||||
| echo "/cs template $1 bot !+OoirtHhe" | ||||
| 
 | ||||
| # Half op bot which doesn't need to be able to do even that much | ||||
| echo "/cs template $1 hbot !+Hhirt" | ||||
| echo "/cs template $1 hbot !+Hhirte" | ||||
| 
 | ||||
| # User who is just allowed to voice themselves and get into the channel | ||||
| # unless they are banned. | ||||
|  | ||||
| @ -46,16 +46,16 @@ echo "/cs template $1 sop !-aqOVH+*" | ||||
| # give this also to $OPER or network operator host | ||||
| # start by disabling oper as it causes conflict otherwise | ||||
| echo "/cs template $1 oper -*" | ||||
| echo "/cs template $1 op !-*+voirtAo" | ||||
| echo "/cs template $1 op !-*+voirtAoe" | ||||
| 
 | ||||
| # Half op, be able to do everything else than kick other halfops & higher | ||||
| echo "/cs template $1 hop !-*+virtAh" | ||||
| echo "/cs template $1 hop !-*+virtAhe" | ||||
| 
 | ||||
| # Bot which doesn't need to be able to do so much. | ||||
| echo "/cs template $1 bot !-*+Ooirt" | ||||
| echo "/cs template $1 bot !-*+Ooirte" | ||||
| 
 | ||||
| # Half op bot which doesn't need to be able to do even that much | ||||
| echo "/cs template $1 hbot !-*+Hhirt" | ||||
| echo "/cs template $1 hbot !-*+Hhirte" | ||||
| 
 | ||||
| # Permanent ban. Removes all flags and sets autokick. | ||||
| echo "/cs template $1 ban !-*+b" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mikaela Suomalainen
						Mikaela Suomalainen