Project

General

Profile

Topic » History » Revision 4

Revision 3 (Per Amundsen, 04/04/2022 03:46 AM) → Revision 4/5 (Per Amundsen, 02/16/2023 03:30 PM)

_Added in 1.5_ 

 */topic [-r] <#channel> [newtopic]* 

 Changes the topic for a channel that you are on. 

 If no newtopic is defined, current topic is retrieved. 

 *Switches* 

 table(ktable). 
 |*Switch*|*Description*| 
 | -r | - Reset/remove topic. | 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | <#channel> | - Channel to change the topic. | 
 | [newtopic] | - Topic to set. | 



 *Examole* 

 <pre> 
 ; Set a new topic on #mychannel. 
 /topic #5676 mychannel This is a new topic 
 </pre>