diff --git a/script/autoexec.cfg b/script/autoexec.cfg index 79aa887..d7c4188 100755 --- a/script/autoexec.cfg +++ b/script/autoexec.cfg @@ -448,7 +448,7 @@ alias gChatLineReset "alias gChatLine2 echo Hentai; alias gChatLine3 echo Lmaobo gChatLineReset // With an alias to reset our lines to default, we make alias to allow the chat aliases to notify us when a selected spam is selected. We do this for all the different types -// We reset the lines back to default then change one line to represent our selected option +// We reset the lines back to default then change one line to represent our selected option. Update due to not updating when wait is disabled alias gChatNotifyHentai "gChatLineReset; alias gChatLine2 echo Hentai(sel); alias gChatLine2a echo Hentai(sel)<---" alias gChatNotifyLmaobox "gChatLineReset; alias gChatLine3 echo Lmaobox(sel); alias gChatLine3a echo Lmaobox(sel)<---" alias gChatNotifyCathook "gChatLineReset; alias gChatLine4 echo Cathook(sel); alias gChatLine4a echo Cathook(sel)<---"